Might we have lua 5.4 please? #1625
-
Or at least instructions for how to get Conky to use lua5.4? Cf. this on the issue tracker, which was about getting lua5.3 working with Conky (and change that seemed to be accomplished via a change in Conky's code). |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
It should work with 5.4, what problem are you experiencing? Currently 5.3 or newer is required: conky/cmake/ConkyPlatformChecks.cmake Line 448 in ae73335 For We're also using 5.4 for the nix flake: Line 70 in ae73335 |
Beta Was this translation helpful? Give feedback.
-
Ah: I had installed Lua 5.4, symlinked /usr/bin/lua to version 5.4, and then ran Conky - and expected Conky to use 5.4. You make me realise that I need to rebuild Conky. Thank you for the help. |
Beta Was this translation helpful? Give feedback.
-
Sorry to bang on, but I rebuilt Conky, with Lua 5.4 installed, and Conky still uses Lua 5.3. I gather that I must supply some new argument to Cmake; at present i do |
Beta Was this translation helpful? Give feedback.
-
Sorry, but like this?
But, ah; that doesn't work. Do I want the following?
|
Beta Was this translation helpful? Give feedback.
It should work with 5.4, what problem are you experiencing? Currently 5.3 or newer is required:
conky/cmake/ConkyPlatformChecks.cmake
Line 448 in ae73335
For
find_package
,"5.3"
should also permit 5.4. See https://cmake.org/cmake/help/latest/command/find_package.html#basic-signature.We're also using 5.4 for the nix flake:
conky/flake.nix
Line 70 in ae73335