fb303: use lib.cmakeBool

(cherry picked from commit 068ceb04d0)
(cherry picked from commit 5e98b4b331)
This commit is contained in:
Emily 2024-11-13 23:56:45 +00:00 committed by Vladimír Čunát
parent 5b0e064340
commit 05f382622d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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