mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: senpai: Install desktop file.
* gnu/packages/messaging.scm (senpai)[arguments]<#:phases>: Add 'install-desktop-file phase. Change-Id: Ib2b84639a3bfa5ff211eda794a99370a1c39061c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ed89af9458
commit
696e4d75b4
1 changed files with 6 additions and 1 deletions
|
@ -3746,7 +3746,12 @@ a text snippet), using @code{libphonenumber}.")
|
|||
man1)
|
||||
(install-file
|
||||
(string-append "src/" unpack-path "/doc/senpai.5")
|
||||
man5)))))))
|
||||
man5))))
|
||||
(add-after 'install 'install-desktop-file
|
||||
(lambda* (#:key unpack-path #:allow-other-keys)
|
||||
(install-file
|
||||
(string-append "src/" unpack-path "/contrib/senpai.desktop")
|
||||
(string-append #$output "/share/applications")))))))
|
||||
(native-inputs
|
||||
(list go-codeberg-org-emersion-go-scfg
|
||||
go-git-sr-ht-rockorager-vaxis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue