We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ee4c6 commit ccd9a63Copy full SHA for ccd9a63
nix/treelib/default.nix
@@ -1,9 +1,9 @@
1
-{ _sources, buildPythonPackage, future }:
+{ _sources, buildPythonPackage, future, six }:
2
3
buildPythonPackage rec {
4
inherit (_sources.treelib) pname version src;
5
6
- propagatedBuildInputs = [ future ];
+ propagatedBuildInputs = [ future six ];
7
8
doCheck = false;
9
}
0 commit comments