mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: devours: Fix build.
* gnu/packages/games.scm (devours)[arguments]: Don't refer to nonexistent 'install-executable' phase. Change-Id: I76be61ba3d79417d84e344b29535c201b55df885
This commit is contained in:
parent
5d954c73aa
commit
f4b83f1785
1 changed files with 1 additions and 1 deletions
|
@ -11354,7 +11354,7 @@ (define-public devours
|
|||
"exec ~a --path=~a glk:zcode~%"
|
||||
scummvm share)))
|
||||
(chmod executable #o755))))
|
||||
(add-after 'install-executable 'install-desktop-file
|
||||
(add-after 'install 'install-desktop-file
|
||||
(lambda _
|
||||
(let* ((apps (string-append #$output "/share/applications"))
|
||||
(share (string-append #$output "")))
|
||||
|
|
Loading…
Reference in a new issue