mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: firefox-wayland: Visually improve start script.
* nongnu/packages/mozilla.scm (firefox-wayland)[arguments]: Remove leading whitespace and add newline to exex script.
This commit is contained in:
parent
074f66a6cd
commit
935a9e4f12
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ the official icon and the name \"firefox\".")
|
|||
(call-with-output-file exe
|
||||
(lambda (port)
|
||||
(format port "#!~a
|
||||
MOZ_ENABLE_WAYLAND=1 exec ~a $@"
|
||||
MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
|
||||
(string-append bash "/bin/bash")
|
||||
(string-append firefox "/bin/firefox"))))
|
||||
(chmod exe #o555)
|
||||
|
|
Loading…
Reference in a new issue