Skip to content

Commit

Permalink
Map libbrotli{enc,dec} to brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
Poscat authored and Profpatsch committed Mar 7, 2022
1 parent df555ac commit e75df6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ libNixName "lapack" = return "liblapack"
libNixName "lber" = return "openldap"
libNixName "ldap" = return "openldap"
libNixName "libavutil" = return "ffmpeg"
libNixName "libbrotlienc" = return "brotli"
libNixName "libbrotlidec" = return "brotli"
libNixName "libgsasl" = return "gsasl"
libNixName "libpcre" = return "pcre"
libNixName "libpcre2" = return "pcre2"
Expand Down

0 comments on commit e75df6b

Please sign in to comment.