mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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.
This commit is contained in:
parent
c991806a7d
commit
3f995aaf21
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ (define-public spice-vdagent
|
|||
(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)))))
|
||||
|
|
Loading…
Reference in a new issue