mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
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:
parent
62e4ed9f0c
commit
27cea3672d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue