forked from mirrors/nixpkgs
librosa and related: remove empty input lists
This commit is contained in:
parent
cb6cf34431
commit
11aa24c034
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue