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.
2 parents 43fbd58 + 0f12ce1 commit fbe593fCopy full SHA for fbe593f
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs
@@ -168,6 +168,7 @@ libNixName "pulse" = return "libpulseaudio"
168
libNixName "pulse-simple" = return "libpulseaudio"
169
libNixName "python-3.3" = return "python33"
170
libNixName "python-3.4" = return "python34"
171
+libNixName "python3-embed" = return "python3"
172
libNixName "Qt5Core" = return "qt5"
173
libNixName "Qt5Gui" = return "qt5"
174
libNixName "Qt5Qml" = return "qt5"
0 commit comments