gnu: klick: Use scons-python2 for building.
* gnu/packages/music.scm (klick)[arguments]: Add #:scons.
This commit is contained in:
parent
418f1b2414
commit
ecc604baf0
|
@ -718,6 +718,7 @@ audio and video).")
|
|||
(build-system scons-build-system)
|
||||
(arguments
|
||||
`(#:scons-flags (list (string-append "PREFIX=" %output))
|
||||
#:scons ,scons-python2
|
||||
#:tests? #f)) ;no "check" target
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
|
|
Loading…
Reference in New Issue