mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger
Reported in https://github.com/magthe/sandi/issues/7.
This commit is contained in:
parent
d484328619
commit
c65e48ca96
@ -80,4 +80,9 @@ self: super: {
|
|||||||
# and are virtually impossible to compile on Hydra.
|
# and are virtually impossible to compile on Hydra.
|
||||||
conduit = super.conduit_1_2_4_1;
|
conduit = super.conduit_1_2_4_1;
|
||||||
|
|
||||||
|
# https://github.com/magthe/sandi/issues/7
|
||||||
|
sandi = overrideCabal super.sandi (drv: {
|
||||||
|
patchPhase = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal"; }
|
||||||
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -136,4 +136,9 @@ self: super: {
|
|||||||
# and are virtually impossible to compile on Hydra.
|
# and are virtually impossible to compile on Hydra.
|
||||||
conduit = super.conduit_1_2_4_1;
|
conduit = super.conduit_1_2_4_1;
|
||||||
|
|
||||||
|
# https://github.com/magthe/sandi/issues/7
|
||||||
|
sandi = overrideCabal super.sandi (drv: {
|
||||||
|
patchPhase = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal"; }
|
||||||
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user