mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06: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…
Add table
Reference in a new issue