3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: aria-maestosa: Add scons-flags.

* gnu/packages/music.scm (aria-maestosa): Add scons-flags.
This commit is contained in:
Danny Milosavljevic 2018-01-22 19:46:40 +01:00
parent 9f832233f1
commit 20e42d1e97
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -137,6 +137,8 @@
(build-system scons-build-system)
(arguments
`(#:tests? #f ;no tests
#:scons-flags
(list (string-append "prefix=" (assoc-ref %outputs "out")))
#:scons ,scons-python2
#:phases
(modify-phases %standard-phases