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:
宋文武 2024-06-19 14:37:52 +08:00 committed by Ludovic Courtès
parent 5d954c73aa
commit f4b83f1785
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 "")))