guix_mirror_bot pushed a commit to branch master in repository guix. commit 296f097044c1cda3d70caa41040a85b36d268b32 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sat Jun 14 22:42:09 2025 +0200
gnu: klick: Switch to scons-python. * gnu/packages/music.scm (klick)[arguments]{scons}: Remove uneeded keyword. Change-Id: I4e6f116ab4ec740266332cd807b204c5e082796e Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/music.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3916e9d92a..b82c9e40cd 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1488,7 +1488,6 @@ engine (except effects) that can be used for layering or split patches.") (list #:scons-flags #~(list (string-append "PREFIX=" %output)) - #:scons scons-python2 #:tests? #f ;no "check" target #:phases #~(modify-phases %standard-phases