mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-hmatrix-special: re-generate with cabal2nix
This commit is contained in:
parent
0d01dd4106
commit
34c3fb65b5
@ -1,18 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, hmatrix }:
|
{ cabal, gsl, hmatrix }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hmatrix-special";
|
pname = "hmatrix-special";
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
sha256 = "0lp8mvagbzayq3r08wgk498n6d9vgb1skb8wzrzi5a1fc5j8m0wj";
|
sha256 = "0lp8mvagbzayq3r08wgk498n6d9vgb1skb8wzrzi5a1fc5j8m0wj";
|
||||||
buildDepends = [ hmatrix ];
|
buildDepends = [ hmatrix ];
|
||||||
|
extraLibraries = [ gsl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://perception.inf.um.es/hmatrix";
|
homepage = "http://perception.inf.um.es/hmatrix";
|
||||||
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
Block a user