Skip to content

Commit fbe593f

Browse files
authored
Merge pull request #657 from mrcjkb/mj/push-lnsuzymvukry
Add name mapping for python3-embed to python3
2 parents 43fbd58 + 0f12ce1 commit fbe593f

File tree

1 file changed

+1
-0
lines changed
  • cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal

1 file changed

+1
-0
lines changed

cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ libNixName "pulse" = return "libpulseaudio"
168168
libNixName "pulse-simple" = return "libpulseaudio"
169169
libNixName "python-3.3" = return "python33"
170170
libNixName "python-3.4" = return "python34"
171+
libNixName "python3-embed" = return "python3"
171172
libNixName "Qt5Core" = return "qt5"
172173
libNixName "Qt5Gui" = return "qt5"
173174
libNixName "Qt5Qml" = return "qt5"

0 commit comments

Comments
 (0)