NixOS / cabal2nix

Generate Nix build instructions from a Cabal file
https://haskell4nix.readthedocs.io
Other
355 stars 154 forks source link

cabal2nix: resolve icu-i18n pkg-config module to icu #606

Closed raehik closed 1 year ago

raehik commented 1 year ago

The Nix package is icu, which provides three pkg-config modules including icu-i18n.

raehik commented 1 year ago

Question: Are the existing ICU pkg-config module entries correct? development/libraries/icu/base.nix states:

      pkgConfigModules = [
        "icu-i18n"
        "icu-io"
        "icu-uc"
      ];

So maybe we should swap out icui18n, icuuc etc. for icu-i18n, icu-uc. Or maybe we need both, if both are used?

sternenseemann commented 1 year ago

Done in 0365d9b77086d26ca5197fb48019cedbb0dce5d2.