From 3bb8188785ff00f9d511b32760b43381bf81011b Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 23 Feb 2024 10:10:20 -0500 Subject: [PATCH] Derp, fix these --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9ab99fddb..3767a4d0a 100644 --- a/flake.nix +++ b/flake.nix @@ -53,9 +53,9 @@ name = "conky"; src = ./.; cmakeFlags = [ - "-BUILD_LUA_CAIRO=ON" - "-BUILD_LUA_IMLIB2=ON" - "-BUILD_LUA_RSVG=ON" + "-DBUILD_LUA_CAIRO=ON" + "-DBUILD_LUA_IMLIB2=ON" + "-DBUILD_LUA_RSVG=ON" ]; nativeBuildInputs = [ clang_16