summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2025-02-18 10:47:31 -0600
committerJohn Kehayias <john.kehayias@protonmail.com>2025-02-21 00:09:58 -0500
commit27cea3672d57a861ca3d2072defe5197b242cdfb (patch)
tree199a6aad4c10de4e727e07ca1e2f8cf9e1e1a67c
parent62e4ed9f0c7f6fe8ffc965544a4f858bd9267d73 (diff)
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>
-rw-r--r--nongnu/packages/messaging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/messaging.scm b/nongnu/packages/messaging.scm
index ddc6c120..eeafdf4e 100644
--- a/nongnu/packages/messaging.scm
+++ b/nongnu/packages/messaging.scm
@@ -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