Merge pull request #28922 from xtruder/pkgs/spice-vdagent/systemd_support
spice-vdagent: add systemd support
This commit is contained in:
commit
9f110745b1
@ -1,5 +1,6 @@
|
||||
{stdenv, fetchurl, pkgconfig, alsaLib, spice_protocol, glib,
|
||||
libpciaccess, libxcb, libXrandr, libXinerama, libXfixes, dbus}:
|
||||
libpciaccess, libxcb, libXrandr, libXinerama, libXfixes, dbus,
|
||||
systemd}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "spice-vdagent-0.17.0";
|
||||
src = fetchurl {
|
||||
@ -11,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
buildInputs = [ pkgconfig alsaLib spice_protocol glib
|
||||
libpciaccess libxcb libXrandr libXinerama libXfixes
|
||||
dbus ] ;
|
||||
dbus systemd ] ;
|
||||
meta = {
|
||||
description = "Enhanced SPICE integration for linux QEMU guest";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user