Skip to content

Commit 6e7491d

Browse files
Merge pull request #663 from mrcjkb/mj/push-rnzloplwxxtz
Add name mapping for libxxhash to xxHash
2 parents e9e2ebd + 44306b4 commit 6e7491d

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
@@ -137,6 +137,7 @@ libNixName "libspa-0.2" = return "pipewire"
137137
libNixName "libsystemd" = return "systemd"
138138
libNixName "libudev" = return "systemd"
139139
libNixName "libxml-2.0" = return "libxml2"
140+
libNixName "libxxhash" = return "xxHash"
140141
libNixName "libzip" = return "libzip"
141142
libNixName "libzmq" = return "zeromq"
142143
libNixName "liquid" = return "liquid-dsp"

0 commit comments

Comments
 (0)