We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e89ec9a + 64a0c90 commit a152152Copy full SHA for a152152
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs
@@ -174,6 +174,7 @@ libNixName "pangocairo" = return "pango"
174
libNixName "pcap" = return "libpcap"
175
libNixName "pfs-1.2" = return "pfstools"
176
libNixName "png" = return "libpng"
177
+libNixName "poppler-cpp" = return "poppler"
178
libNixName "poppler-glib" = return "poppler_gi"
179
libNixName "pq" = return "libpq"
180
libNixName "pthread" = []
0 commit comments