1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

Derp, fix these

This commit is contained in:
Brenden Matthews 2024-02-23 10:10:20 -05:00
parent f74650886b
commit 3bb8188785

View File

@ -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