mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell/Glob: fix build
This commit is contained in:
parent
70a2278e18
commit
2e48d838d0
@ -947,4 +947,8 @@ self: super: {
|
||||
sha256 = "1yh2g45mkfpwxq0vyzcbc4nbxh6wmb2xpp0k7r5byd8jicgvli29";
|
||||
});
|
||||
|
||||
# Glob depends conditionally on semigroups for GHC < 8
|
||||
Glob = if pkgs.lib.versionAtLeast self.ghc.version "8.0"
|
||||
then super.Glob
|
||||
else addBuildDepend super.Glob self.semigroups;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user