mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +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/";
|
||||
})
|
||||
]
|
||||
++ 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
|
||||
# settings file: https://gitlab.haskell.org/ghc/ghc/-/issues/23317 krank:ignore-line
|
||||
(fetchpatch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue