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
1 changed files with 0 additions and 11 deletions

View File

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