Skip to content

Commit a152152

Browse files
Merge pull request #685 from NixOS/poppler-cpp
FromCabal.Name: add mapping for poppler-cpp pkg config module
2 parents e89ec9a + 64a0c90 commit a152152

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
@@ -174,6 +174,7 @@ libNixName "pangocairo" = return "pango"
174174
libNixName "pcap" = return "libpcap"
175175
libNixName "pfs-1.2" = return "pfstools"
176176
libNixName "png" = return "libpng"
177+
libNixName "poppler-cpp" = return "poppler"
177178
libNixName "poppler-glib" = return "poppler_gi"
178179
libNixName "pq" = return "libpq"
179180
libNixName "pthread" = []

0 commit comments

Comments
 (0)