mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-concurrent-extra fails its test suite.
This commit is contained in:
parent
b45e3290c9
commit
c375b224b0
@ -1010,4 +1010,8 @@ self: super: {
|
|||||||
];
|
];
|
||||||
prePatch = '' sed -i -e "/Extra-Lib-Dirs/d" -e "/Include-Dirs/d" "hcwiid.cabal" '';
|
prePatch = '' sed -i -e "/Extra-Lib-Dirs/d" -e "/Include-Dirs/d" "hcwiid.cabal" '';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# https://github.com/basvandijk/concurrent-extra/issues/12
|
||||||
|
concurrent-extra = dontCheck super.concurrent-extra;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user