guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: polari: Add missing newline to Exec line.


From: guix-commits
Subject: branch master updated: gnu: polari: Add missing newline to Exec line.
Date: Sat, 18 Dec 2021 05:01:18 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6061540  gnu: polari: Add missing newline to Exec line.
6061540 is described below

commit 6061540e30269934dae3395ab9fc1b905a414247
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Dec 18 10:58:56 2021 +0100

    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 a8d48ae..0759348 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]