Skip to content

Commit

Permalink
cabal2nix: resolve all icu libraries with pc files to icu
Browse files Browse the repository at this point in the history
Co-authored-by: sternenseemann <[email protected]>
  • Loading branch information
raehik and sternenseemann committed Aug 15, 2023
1 parent f396ee6 commit 0365d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Name.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,12 @@ libNixName "gtksourceview-3.0" = return "gtksourceview3"
libNixName "harfbuzz-gobject" = return "harfbuzz"
libNixName "harfbuzz-subset" = return "harfbuzz"
libNixName "hidapi-libusb" = return "hidapi"
libNixName "icu-i18n" = return "icu"
libNixName "icu-io" = return "icu"
libNixName "icu-uc" = return "icu"
libNixName "icudata" = return "icu"
libNixName "icui18n" = return "icu"
libNixName "icuio" = return "icu"
libNixName "icuuc" = return "icu"
libNixName "idn" = return "libidn"
libNixName "IL" = return "libdevil"
Expand Down

0 comments on commit 0365d9b

Please sign in to comment.