libxml2: don't propagate Python bindings
This commit is contained in:
parent
c6fed21306
commit
863fc6574d
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
outputs = [ "bin" "dev" "out" "man" "doc" ]
|
outputs = [ "bin" "dev" "out" "man" "doc" ]
|
||||||
++ lib.optional pythonSupport "py"
|
++ lib.optional pythonSupport "py"
|
||||||
++ lib.optional (enableStatic && enableShared) "static";
|
++ lib.optional (enableStatic && enableShared) "static";
|
||||||
propagatedBuildOutputs = [ "out" "bin" ] ++ lib.optional pythonSupport "py";
|
|
||||||
|
|
||||||
buildInputs = lib.optional pythonSupport python
|
buildInputs = lib.optional pythonSupport python
|
||||||
++ lib.optional (pythonSupport && python?isPy3 && python.isPy3) ncurses
|
++ lib.optional (pythonSupport && python?isPy3 && python.isPy3) ncurses
|
||||||
|
|
Loading…
Reference in a new issue