gnu: klick: Use scons-python2 for building.

* gnu/packages/music.scm (klick)[arguments]: Add #:scons.
master
Marius Bakke 2018-10-19 19:17:54 +02:00
parent 418f1b2414
commit ecc604baf0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -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)