From 468337fed4a26a4967dad493e8569d9281814a3a Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Wed, 10 Sep 2025 16:30:30 -0300 Subject: [PATCH] bolt-launcher: fix superfluous CMAKE --- pkgs/by-name/bo/bolt-launcher/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/bo/bolt-launcher/package.nix b/pkgs/by-name/bo/bolt-launcher/package.nix index 662e6e03b12a..873898272736 100644 --- a/pkgs/by-name/bo/bolt-launcher/package.nix +++ b/pkgs/by-name/bo/bolt-launcher/package.nix @@ -67,7 +67,6 @@ let ]; cmakeFlags = [ - "-D CMAKE_BUILD_TYPE=Release" "-D BOLT_LUAJIT_INCLUDE_DIR=${luajit}/include" "-G Ninja" ]