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:
parent
9f832233f1
commit
20e42d1e97
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue