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
@ -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)))))
|
||||
|
Loading…
Reference in New Issue
Block a user