Skip to content

Commit

Permalink
cabal2nix/FromCabal.Name: add mapping for libnm
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed Dec 31, 2024
1 parent d5e36d4 commit e290b90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ libNixName "libbrotlidec" = return "brotli"
libNixName "libcurl" = return "curl"
libNixName "libgsasl" = return "gsasl"
libNixName "liblzma" = return "xz"
libNixName "libnm" = return "networkmanager"
libNixName "libpcre" = return "pcre"
libNixName "libpcre2" = return "pcre2"
libNixName "libpcre2-8" = libNixName "libpcre2"
Expand Down

0 comments on commit e290b90

Please sign in to comment.