mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: anydesk: Fix build.
binary-build-system doesn't have a wrap-program phase. * nongnu/packages/anydesk.scm (anydesk)[arguments]<#:phases>: Move 'install-desktop-entry after 'install instead.
This commit is contained in:
parent
6025c7abdf
commit
20a677fea8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
"data.tar.gz"
|
||||
binary-file
|
||||
"debian-binary")))))
|
||||
(add-after 'wrap-program 'install-desktop-entry
|
||||
(add-after 'install 'install-desktop-entry
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((desktop-file "usr/share/applications/anydesk.desktop")
|
||||
(out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue