3
0
Fork 0
forked from mirrors/nixpkgs

librosa and related: remove empty input lists

This commit is contained in:
Vladimír Čunát 2015-11-11 13:35:37 +01:00
parent cb6cf34431
commit 11aa24c034

View file

@ -4921,15 +4921,10 @@ let
md5 = "8149a70a5a5783c3cceeb69de3e07458";
};
buildInputs = with self; with pkgs;
[ ];
propagatedBuildInputs = with self;
[ joblib matplotlib six scikitlearn decorator audioread samplerate ];
};
joblib = buildPythonPackage rec {
name = "joblib-${version}";
version = "0.9.0b4";
@ -4937,11 +4932,6 @@ let
url = https://pypi.python.org/packages/source/j/joblib/joblib-0.9.0b4.tar.gz;
md5 = "e0d79a085d4773c7a61cd38b4fb6dad5";
};
buildInputs = with self; with pkgs; [ ];
propagatedBuildInputs = with self; [ ];
};
samplerate = buildPythonPackage rec {
@ -4966,7 +4956,6 @@ let
'';
doCheck = false;
};