mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
gnu: element-desktop: Fix .desktop file.
* nongnu/packages/messaging.scm (element-desktop)[phases]{unpack}: Fix the .desktop file binary location to be 'bin' rather than 'lib/Element'.
This commit is contained in:
parent
6a752f24d3
commit
1a3082c574
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
;; Fix the .desktop file binary location.
|
||||
(substitute* '("share/applications/element-desktop.desktop")
|
||||
(("/opt/Element/")
|
||||
(string-append #$output "/lib/Element/")))))
|
||||
(string-append #$output "/bin/")))))
|
||||
(add-after 'install 'symlink-binary-file-and-cleanup
|
||||
(lambda _
|
||||
(delete-file (string-append #$output "/environment-variables"))
|
||||
|
|
Loading…
Reference in a new issue