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:
John Kehayias 2023-08-06 12:42:06 -04:00
parent 6a752f24d3
commit 1a3082c574
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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