mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
fb303: use lib.cmakeBool
(cherry picked from commit068ceb04d0
) (cherry picked from commit5e98b4b331
)
This commit is contained in:
parent
5b0e064340
commit
05f382622d
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DPYTHON_EXTENSIONS=OFF"
|
||||
(lib.cmakeBool "PYTHON_EXTENSIONS" false)
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user