mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
beets: add missing dependency six, fixes #20946
This commit is contained in:
parent
736169d01d
commit
462a63bb1e
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pythonPackages.six
|
||||
pythonPackages.enum34
|
||||
pythonPackages.jellyfish
|
||||
pythonPackages.munkres
|
||||
|
|
Loading…
Reference in a new issue