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:
parent
f74650886b
commit
3bb8188785
@ -53,9 +53,9 @@
|
|||||||
name = "conky";
|
name = "conky";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-BUILD_LUA_CAIRO=ON"
|
"-DBUILD_LUA_CAIRO=ON"
|
||||||
"-BUILD_LUA_IMLIB2=ON"
|
"-DBUILD_LUA_IMLIB2=ON"
|
||||||
"-BUILD_LUA_RSVG=ON"
|
"-DBUILD_LUA_RSVG=ON"
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
clang_16
|
clang_16
|
||||||
|
Loading…
Reference in New Issue
Block a user