Updated build expressions for the current version of cabal.nix.
svn path=/nixpkgs/trunk/; revision=28772
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
{cabal, HUnit, QuickCheck, binary, storableComplex, vector, gsl, liblapack, blas} :
|
||||
{ cabal, binary, blas, gsl, HUnit, liblapack, QuickCheck, random
|
||||
, storableComplex, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hmatrix";
|
||||
version = "0.11.1.0";
|
||||
sha256 = "19915xmf6m2092s1rzwirxy0rwjcr6482y5wg4bil0afm0xjnb9n";
|
||||
propagatedBuildInputs = [
|
||||
HUnit QuickCheck binary storableComplex vector
|
||||
gsl liblapack blas
|
||||
buildDepends = [
|
||||
binary HUnit QuickCheck random storableComplex vector
|
||||
];
|
||||
extraLibraries = [ gsl liblapack blas ];
|
||||
meta = {
|
||||
homepage = "http://perception.inf.um.es/hmatrix";
|
||||
description = "Linear algebra and numerical computation";
|
||||
|
||||
Reference in New Issue
Block a user