treewide: fix *Flags
This commit is contained in:
committed by
Jan Tojnar
parent
20b02b80aa
commit
ac8eaa8507
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
# gcc6 patch was also sent upstream: https://github.com/pyside/Shiboken/pull/86
|
||||
patches = [ ./gcc6.patch ] ++ (lib.optional (isPy35 || isPy36 || isPy37) ./shiboken_py35.patch);
|
||||
|
||||
cmakeFlags = if isPy3k then "-DUSE_PYTHON3=TRUE" else null;
|
||||
cmakeFlags = lib.optional isPy3k "-DUSE_PYTHON3=TRUE";
|
||||
|
||||
meta = {
|
||||
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
|
||||
|
||||
Reference in New Issue
Block a user