mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
compilers/ghc/common-hadrian: remove unused condition
Hadrian is only used for GHC 9.6+ anyway.
(cherry picked from commit 14488d4051)
This commit is contained in:
parent
9c6b1bde8f
commit
2cf9e1aaae
|
|
@ -208,7 +208,7 @@
|
||||||
extraPrefix = "libraries/unix/";
|
extraPrefix = "libraries/unix/";
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
++ lib.optionals (lib.versionAtLeast version "9.6" && lib.versionOlder version "9.8") [
|
++ lib.optionals (lib.versionOlder version "9.8") [
|
||||||
# Fix unlit being installed under a different name than is used in the
|
# Fix unlit being installed under a different name than is used in the
|
||||||
# settings file: https://gitlab.haskell.org/ghc/ghc/-/issues/23317 krank:ignore-line
|
# settings file: https://gitlab.haskell.org/ghc/ghc/-/issues/23317 krank:ignore-line
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue