0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

fb303: use lib.cmakeBool

This commit is contained in:
Emily 2024-11-13 23:56:45 +00:00
parent f7efb7b813
commit 068ceb04d0

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
];
cmakeFlags = [
"-DPYTHON_EXTENSIONS=OFF"
(lib.cmakeBool "PYTHON_EXTENSIONS" false)
];
meta = {