pakcs: build using GHC 8.10.7
Possibly updating the compiler will make it possible to build it with GHC 9.0.2 out of the box or patching it to work with it would be trivial (only errors so far are whitespace-related), but I couldn't be bothered at this time. Sadly the maintainer of the package has disappeared since adding it.
This commit is contained in:
@@ -8830,7 +8830,11 @@ with pkgs;
|
||||
|
||||
pagmo2 = callPackage ../development/libraries/pagmo2 { };
|
||||
|
||||
pakcs = callPackage ../development/compilers/pakcs { };
|
||||
pakcs = callPackage ../development/compilers/pakcs {
|
||||
# Doesn't compile with GHC 9.0 due to whitespace syntax changes
|
||||
# see also https://github.com/NixOS/nixpkgs/issues/166108
|
||||
haskellPackages = haskell.packages.ghc8107;
|
||||
};
|
||||
|
||||
pal = callPackage ../tools/misc/pal { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user