Skip to content

Commit

Permalink
Merge pull request #589 from trofi/cabal2nix-without-xlibsWrapper
Browse files Browse the repository at this point in the history
cabal2nix: map 'x11' pkg-config dependency to 'libX11', not 'xlibsWra…
  • Loading branch information
sternenseemann authored Dec 8, 2022
2 parents 8e97f51 + f85fac9 commit 0c1eeff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ libNixName "webkit2gtk" = return "webkitgtk"
libNixName "webkit2gtk-4.0" = return "webkitgtk"
libNixName "webkit2gtk-web-extension-4.0" = return "webkitgtk"
libNixName "X11" = return "libX11"
libNixName "x11" = return "xlibsWrapper"
libNixName "x11" = return "libX11"
libNixName "xau" = return "libXau"
libNixName "Xcursor" = return "libXcursor"
libNixName "xerces-c" = return "xercesc"
Expand Down

0 comments on commit 0c1eeff

Please sign in to comment.