We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3948e42 + a6ee38a commit af1bc25Copy full SHA for af1bc25
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs
@@ -120,7 +120,9 @@ libNixName "libpcre2-8" = libNixName "libpcre2"
120
libNixName "libqrencode" = return "qrencode"
121
libNixName "libR" = return "R"
122
libNixName "libsecp256k1" = return "secp256k1"
123
-libNixName "libsoup-gnome-2.4" = return "libsoup"
+libNixName "libsoup-2.4" = return "libsoup_2_4"
124
+libNixName "libsoup-gnome-2.4" = return "libsoup_2_4"
125
+libNixName "libsoup-3.0" = return "libsoup_3"
126
libNixName "libsystemd" = return "systemd"
127
libNixName "libudev" = return "systemd"
128
libNixName "libxml-2.0" = return "libxml2"
0 commit comments