librosa and related: remove empty input lists
This commit is contained in:
parent
cb6cf34431
commit
11aa24c034
|
@ -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;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue