3
0
Fork 0
forked from mirrors/nixpkgs

beets: add missing dependency six, fixes #20946

This commit is contained in:
Frederik Rietdijk 2016-12-06 16:47:17 +01:00
parent 736169d01d
commit 462a63bb1e

View file

@ -84,6 +84,7 @@ in pythonPackages.buildPythonApplication rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
pythonPackages.six
pythonPackages.enum34 pythonPackages.enum34
pythonPackages.jellyfish pythonPackages.jellyfish
pythonPackages.munkres pythonPackages.munkres