haskell-hmatrix-special: this package won't compile any more after the hmatrix update
This commit is contained in:
parent
ae236364dd
commit
710af8be29
|
@ -12,5 +12,7 @@ cabal.mkDerivation (self: {
|
||||||
description = "Interface to GSL special functions";
|
description = "Interface to GSL special functions";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue