haskell-xxhash: Use doJailbreak instead of sed
This commit is contained in:
parent
ef1a188e07
commit
6bbdad7d11
@ -60,10 +60,7 @@ self: super: {
|
|||||||
sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy";
|
sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy";
|
||||||
});
|
});
|
||||||
|
|
||||||
xxhash = overrideCabal super.xxhash (drv: {
|
# https://github.com/christian-marie/xxhash/issues/3
|
||||||
postPatch = (drv.postPatch or "") + ''
|
xxhash = doJailbreak super.xxhash;
|
||||||
sed -i -e 's| && <4.7||g' xxhash.cabal
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user