mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
conky: lua 5.3 -> lua 5.4
This commit is contained in:
parent
e601e9b07a
commit
dc1cfc59ef
@ -51,7 +51,7 @@ assert luaImlib2Support -> luaSupport && imlib2Support
|
||||
assert luaCairoSupport -> luaSupport && toluapp != null
|
||||
&& cairo != null;
|
||||
assert luaCairoSupport || luaImlib2Support
|
||||
-> lua.luaversion == "5.3";
|
||||
-> lua.luaversion == "5.4";
|
||||
|
||||
assert wirelessSupport -> wirelesstools != null;
|
||||
assert nvidiaSupport -> libXNVCtrl != null;
|
||||
|
@ -27166,7 +27166,7 @@ with pkgs;
|
||||
coconutbattery = callPackage ../os-specific/darwin/coconutbattery { };
|
||||
|
||||
conky = callPackage ../os-specific/linux/conky ({
|
||||
lua = lua5_3_compat;
|
||||
lua = lua5_4;
|
||||
inherit (linuxPackages.nvidia_x11.settings) libXNVCtrl;
|
||||
} // config.conky or {});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user