haskell-hmatrix-gsl-stats: fix build of LTS version 0.4.1
* pkgs/development/haskell-modules/configuration-common.nix:
This commit is contained in:
parent
e258dee08c
commit
345dc3e5b4
@ -899,4 +899,9 @@ self: super: {
|
|||||||
cryptonite = dontCheck super.cryptonite;
|
cryptonite = dontCheck super.cryptonite;
|
||||||
cryptonite_0_6 = dontCheck super.cryptonite_0_6 ;
|
cryptonite_0_6 = dontCheck super.cryptonite_0_6 ;
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/843
|
||||||
|
hmatrix-gsl-stats_0_4_1 = overrideCabal super.hmatrix-gsl-stats_0_4_1 (drv: {
|
||||||
|
postUnpack = "rm */Setup.lhs";
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user