mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
haskell.packages.ghc912.interpolate: drop obsolete override
GHC 9.12.1 and 9.12.2 have been dropped from Nixpkgs already, so this won't ever take effect.
This commit is contained in:
@@ -104,9 +104,4 @@ with haskellLib;
|
||||
export alex_datadir="$(pwd)/data"
|
||||
'';
|
||||
}) super.alex;
|
||||
|
||||
# Test failure because of GHC bug:
|
||||
# https://gitlab.haskell.org/ghc/ghc/-/issues/25937
|
||||
# https://github.com/sol/interpolate/issues/20
|
||||
interpolate = dontCheckIf (lib.versionOlder self.ghc.version "9.12.3") super.interpolate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user