haskellPackages.libmpd: upper-bound on time has been fixed upstream
This basically reverts d13378ffd1
(git
revert resulted in conflicts, which I'm too lazy to resolve).
This commit is contained in:
parent
d7d7d28b1f
commit
8d51c50570
@ -939,13 +939,6 @@ self: super: {
|
||||
'';
|
||||
});
|
||||
|
||||
# libmpd has an upper-bound on time which doesn't seem to be a real build req
|
||||
libmpd = dontCheck (overrideCabal super.libmpd (drv: {
|
||||
postPatch = (drv.postPatch or "") + ''
|
||||
substituteInPlace libmpd.cabal --replace "time >=1.5 && <1.6" "time >=1.5"
|
||||
'';
|
||||
}));
|
||||
|
||||
# https://github.com/commercialhaskell/stack/issues/2263
|
||||
stack = appendPatch super.stack (pkgs.fetchpatch {
|
||||
url = "https://github.com/commercialhaskell/stack/commit/7f7f1a5f67f4ecdd1f3009495f1ff101dd38047e.patch";
|
||||
|
Loading…
Reference in New Issue
Block a user