mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: astromance: Correctly link to game data.
Fixes <http://issues.guix.gnu.org/43797>. * gnu/packages/games.scm (astromance)[arguments]: Adjust configure-flags to point the DATADIR to a directory in the output.
This commit is contained in:
parent
31c81fefff
commit
3699ed6350
1 changed files with 3 additions and 1 deletions
|
@ -429,7 +429,9 @@ (define-public astromenace
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test
|
||||
#:configure-flags '("-DDATADIR=share/astromenace")
|
||||
#:configure-flags (list (string-append "-DDATADIR="
|
||||
(assoc-ref %outputs "out")
|
||||
"/share/astromenace"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
|
|
Loading…
Reference in a new issue