Skip to content

Commit

Permalink
Merge pull request #602 from sternenseemann/liblzma
Browse files Browse the repository at this point in the history
cabal2nix: support pkg-config name liblzma for pkgs.xz
  • Loading branch information
sternenseemann authored May 5, 2023
2 parents 010ff5c + b1054cf commit 0783500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ libNixName "libbrotlienc" = return "brotli"
libNixName "libbrotlidec" = return "brotli"
libNixName "libcurl" = return "curl"
libNixName "libgsasl" = return "gsasl"
libNixName "liblzma" = return "xz"
libNixName "libpcre" = return "pcre"
libNixName "libpcre2" = return "pcre2"
libNixName "libpcre2-8" = libNixName "libpcre2"
Expand Down

0 comments on commit 0783500

Please sign in to comment.