From 2bd48805886f420c86580d002ad4c6473e68dfc7 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 15 Mar 2018 19:21:31 +0100 Subject: [PATCH] spice-gtk: add vapi --- pkgs/development/libraries/spice-gtk/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix index 05ddde9ddef7..a626abc6577b 100644 --- a/pkgs/development/libraries/spice-gtk/default.nix +++ b/pkgs/development/libraries/spice-gtk/default.nix @@ -11,6 +11,8 @@ let in stdenv.mkDerivation rec { name = "spice-gtk-0.34"; + outputs = [ "out" "dev" ]; + src = fetchurl { url = "http://www.spice-space.org/download/gtk/${name}.tar.bz2"; sha256 = "1vknp72pl6v6nf3dphhwp29hk6gv787db2pmyg4m312z2q0hwwp9"; @@ -34,6 +36,7 @@ in stdenv.mkDerivation rec { configureFlags = [ "--with-gtk3" + "--enable-vala" ]; # usb redirection needs spice-client-glib-usb-acl-helper to run setuid root