mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
music utils
This commit is contained in:
parent
8962aaba30
commit
e83b75d465
@ -3,7 +3,6 @@
|
||||
, fetchFromGitHub
|
||||
, audio-metadata
|
||||
, multidict
|
||||
, wrapt
|
||||
, poetry
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -28,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ poetry ];
|
||||
|
||||
propagatedBuildInputs = [ audio-metadata multidict /*wrapt*/ ];
|
||||
propagatedBuildInputs = [ audio-metadata multidict ];
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user