Skip to content
Snippets Groups Projects
Unverified Commit e02cd2b8 authored by David Craven's avatar David Craven
Browse files

gnu: spice-vdagent: Set Exec path in spice-vdagent.desktop.

* gnu/packages/spice.scm (spice-vdagent): Set Exec path in
spice-vdagent.desktop.
parent 38b9ce44
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,13 @@ (define-public spice-vdagent
(((string-append "\\$\\(mkdir_p\\) \\$\\(DESTDIR\\)"
"\\$\\(localstatedir\\)/run/spice-vdagentd"))
"-$(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd"))
#t))
(add-after 'unpack 'patch-spice-vdagent.desktop
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "data/spice-vdagent.desktop"
(("Exec=/usr/bin/spice-vdagent\n")
(string-append "Exec=" (assoc-ref outputs "out")
"/bin/spice-vdagent")))
#t)))))
(inputs
`(("alsa-lib" ,alsa-lib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment