iyzsong--- via Guix-patches via writes: > From: 宋文武 > > * gnu/packages/games.scm (wesnoth): Update to 1.18.0. > [arguments]: Pass "-DENABLE_SYSTEM_LUA=ON" to 'configure-flags'. Add phases. > [inputs]: Remove fribidi, sdl-union, sdl2-ttf. Add curl, lua-5.4. > [native-inputs]: Add python-minimal. > (wesnoth-server): Update to 1.18.0. > [inputs]: Remove sdl2. Add lua-5.4. > [native-inputs]: Replace with pkg-config. > [arguments]: Rewrite with 'substitute-keyword-arguments'. > > Change-Id: I1ee4237dbbaeeb9d5a93637d740fbf4dba0922d2 > --- > gnu/packages/games.scm | 36 +++++++++++++++++++++++++++--------- > 1 file changed, 27 insertions(+), 9 deletions(-) Looks good to me, I've pushed this to master as e9a547d2c57e22bea0b6da6cc67d423ff9d47b07. Chris