We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41509af commit a60bdf3Copy full SHA for a60bdf3
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs
@@ -259,7 +259,7 @@ libNixName "Qt5Gui" = return "qt5"
259
libNixName "Qt5Qml" = return "qt5"
260
libNixName "Qt5Quick" = return "qt5"
261
libNixName "Qt5Widgets" = return "qt5"
262
-libNixName "quadprog" = return "QuadProgpp"
+libNixName "quadprog" = return "quadprogpp"
263
libNixName "rt" = [] -- in glibc
264
libNixName "rtlsdr" = return "rtl-sdr"
265
libNixName "ruby1.8" = return "ruby"
0 commit comments