fix(nix): added missing cmake flags

This commit is contained in:
Art P.
2026-01-05 15:01:17 +04:00
parent a0998bf236
commit befcd05239
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -59,6 +59,9 @@
cmakeFlags = [ cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_INSTALL_PREFIX=${placeholder "out"}"
"-DPACKAGE_MANAGER_MANAGED=ON"
"-DPACKAGE_MANAGER_HINT=nix"
]; ];
}; };
}); });
+3
View File
@@ -78,6 +78,9 @@ pkgs.stdenv.mkDerivation rec {
cmakeFlags = [ cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_INSTALL_PREFIX=${placeholder "out"}"
"-DPACKAGE_MANAGER_MANAGED=ON"
"-DPACKAGE_MANAGER_HINT=nix"
]; ];
preBuild = '' preBuild = ''