From 6061540e30269934dae3395ab9fc1b905a414247 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 18 Dec 2021 10:58:56 +0100 Subject: gnu: polari: Add missing newline to Exec line. This is a follow-up to 572cf0818cb60466bd4250c56e3896405995f5ff. * gnu/packages/polari.scm (fix-desktop-file): Add missing newline. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a8d48ae632..0759348762 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11570,7 +11570,7 @@ environment.") (let ((out (assoc-ref outputs "out"))) (substitute* (string-append out "/share/applications/" "org.gnome.Polari.desktop") - (("Exec=.*") (string-append "Exec=" out "/bin/polari")))))) + (("Exec=.*") (string-append "Exec=" out "/bin/polari\n")))))) (add-after 'glib-or-gtk-wrap 'wrap-typelib (lambda* (#:key outputs #:allow-other-keys) (let ((prog (string-append (assoc-ref outputs "out") -- cgit v1.2.3