Describe the bug
Building with ghc 9.10 shows me:
> Running phase: checkPhase
> Error: [Cabal-8123]
> Use of GHC's environment variable GHC_PACKAGE_PATH is incompatible with Cabal. Use the flag --package-db to specify a package database (it can be used multiple times).
We need this for the checkPhase as well:
|
unset GHC_PACKAGE_PATH # Cabal complains if this variable is set during configure. |
Describe the bug
Building with ghc 9.10 shows me:
We need this for the checkPhase as well:
nixpkgs/pkgs/development/haskell-modules/generic-builder.nix
Line 531 in 45946fb