diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 57eec2f..2d7c103 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -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)