spice-vdagent: 0.16.0 -> 0.17.0

This commit is contained in:
Graham Christensen 2016-09-24 07:44:26 -04:00
parent 4e9f2ef854
commit 0d20194889
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F
1 changed files with 5 additions and 4 deletions

View File

@ -1,16 +1,17 @@
{stdenv, fetchurl, pkgconfig, alsaLib, spice_protocol, glib, {stdenv, fetchurl, pkgconfig, alsaLib, spice_protocol, glib,
libpciaccess, libxcb, libXrandr, libXinerama, libXfixes}: libpciaccess, libxcb, libXrandr, libXinerama, libXfixes, dbus}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "spice-vdagent-0.16.0"; name = "spice-vdagent-0.17.0";
src = fetchurl { src = fetchurl {
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2"; url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
sha256 = "0z8gwc5va2i64mjippavmxajdb9az83ffqyhlbynm6dxw131d5av"; sha256 = "0gdkyylyg1hksg0i0anvznqfli2q39335fnrmcd6847frpc8njpi";
}; };
postPatch = '' postPatch = ''
substituteInPlace data/spice-vdagent.desktop --replace /usr $out substituteInPlace data/spice-vdagent.desktop --replace /usr $out
''; '';
buildInputs = [ pkgconfig alsaLib spice_protocol glib buildInputs = [ pkgconfig alsaLib spice_protocol glib
libpciaccess libxcb libXrandr libXinerama libXfixes ] ; libpciaccess libxcb libXrandr libXinerama libXfixes
dbus ] ;
meta = { meta = {
description = "Enhanced SPICE integration for linux QEMU guest"; description = "Enhanced SPICE integration for linux QEMU guest";
longDescription = '' longDescription = ''