guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: spice-vdagent: Fix typo in desktop file.


From: Leo Famulari
Subject: 01/01: gnu: spice-vdagent: Fix typo in desktop file.
Date: Tue, 13 Nov 2018 15:26:51 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 3f995aaf2101c1c7b00d473a7a81881dd50973e3
Author: Taegil Bae <address@hidden>
Date:   Tue Nov 13 15:23:22 2018 -0500

    gnu: spice-vdagent: Fix typo in desktop file.
    
    Fixes <https://bugs.gnu.org/33346>.
    
    * gnu/packages/spice.scm (spice-vdagent)[arguments]: Fix typo in
    'patch-spice-vdagent.desktop' phase.
---
 gnu/packages/spice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index e708d72..fb121a0 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -250,7 +250,7 @@ Internet and from a wide variety of machine architectures.")
          (add-after 'unpack 'patch-spice-vdagent.desktop
            (lambda* (#:key outputs #:allow-other-keys)
             (substitute* "data/spice-vdagent.desktop"
-              (("Exec=/usr/bin/spice-vdagent\n")
+              (("Exec=/usr/bin/spice-vdagent")
                (string-append "Exec=" (assoc-ref outputs "out")
                               "/bin/spice-vdagent")))
              #t)))))



reply via email to

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