mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-02-18 02:23:12 +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.
|
;; Fix the .desktop file binary location.
|
||||||
(substitute* '("share/applications/element-desktop.desktop")
|
(substitute* '("share/applications/element-desktop.desktop")
|
||||||
(("/opt/Element/")
|
(("/opt/Element/")
|
||||||
(string-append #$output "/lib/Element/")))))
|
(string-append #$output "/bin/")))))
|
||||||
(add-after 'install 'symlink-binary-file-and-cleanup
|
(add-after 'install 'symlink-binary-file-and-cleanup
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file (string-append #$output "/environment-variables"))
|
(delete-file (string-append #$output "/environment-variables"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue