File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,14 @@ libNixName "liblzma" = return "xz"
117
117
libNixName " libpcre" = return " pcre"
118
118
libNixName " libpcre2" = return " pcre2"
119
119
libNixName " libpcre2-8" = libNixName " libpcre2"
120
+ libNixName " libpipewire-0.3" = return " pipewire"
120
121
libNixName " libqrencode" = return " qrencode"
121
122
libNixName " libR" = return " R"
122
123
libNixName " libsecp256k1" = return " secp256k1"
123
124
libNixName " libsoup-2.4" = return " libsoup_2_4"
124
125
libNixName " libsoup-gnome-2.4" = return " libsoup_2_4"
125
126
libNixName " libsoup-3.0" = return " libsoup_3"
127
+ libNixName " libspa-0.2" = return " pipewire"
126
128
libNixName " libsystemd" = return " systemd"
127
129
libNixName " libudev" = return " systemd"
128
130
libNixName " libxml-2.0" = return " libxml2"
You can’t perform that action at this time.
0 commit comments