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,
|
{stdenv, fetchurl, pkgconfig, alsaLib, spice_protocol, glib,
|
||||||
libpciaccess, libxcb, libXrandr, libXinerama, libXfixes, dbus}:
|
libpciaccess, libxcb, libXrandr, libXinerama, libXfixes, dbus,
|
||||||
|
systemd}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "spice-vdagent-0.17.0";
|
name = "spice-vdagent-0.17.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -11,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
buildInputs = [ pkgconfig alsaLib spice_protocol glib
|
buildInputs = [ pkgconfig alsaLib spice_protocol glib
|
||||||
libpciaccess libxcb libXrandr libXinerama libXfixes
|
libpciaccess libxcb libXrandr libXinerama libXfixes
|
||||||
dbus ] ;
|
dbus systemd ] ;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Enhanced SPICE integration for linux QEMU guest";
|
description = "Enhanced SPICE integration for linux QEMU guest";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user