From e02cd2b8fe9de08a9f33d643792ee24734ff1d6e Mon Sep 17 00:00:00 2001 From: David Craven Date: Sat, 30 Jul 2016 10:47:35 +0200 Subject: gnu: spice-vdagent: Set Exec path in spice-vdagent.desktop. * gnu/packages/spice.scm (spice-vdagent): Set Exec path in spice-vdagent.desktop. --- gnu/packages/spice.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index cfb60845bc..9e4a6695ac 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -234,6 +234,13 @@ Internet and from a wide variety of machine architectures.") (((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) -- cgit v1.2.3