nongnu: messaging: Remove trailing whitespace.

* nongnu/packages/messaging.scm (element-desktop)[arguments]<#:phases>:
Remove trailing whitespace in setup-cwd phase.
(signal-desktop): Ditto.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Karl Hallsby 2025-02-18 10:47:31 -06:00 committed by John Kehayias
parent 62e4ed9f0c
commit 27cea3672d
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -63,7 +63,7 @@
;; Remove unneeded files.
(delete-file-recursively "usr")
;; Fix the .desktop file binary location.
(substitute* '("share/applications/element-desktop.desktop")
(substitute* '("share/applications/element-desktop.desktop")
(("/opt/Element/")
(string-append #$output "/bin/")))))
(add-after 'install 'symlink-binary-file
@ -109,7 +109,7 @@ its core.")
;; Remove unneeded files.
(delete-file-recursively "usr")
;; Fix the .desktop file binary location.
(substitute* '("share/applications/signal-desktop.desktop")
(substitute* '("share/applications/signal-desktop.desktop")
(("/opt/Signal/")
(string-append #$output "/bin/")))))
(add-after 'install 'symlink-binary-file