summary refs log tree commit diff
path: root/pkgs/development/libraries/spice-gtk
diff options
context:
space:
mode:
authorKeith Amidon <kamidon@users.noreply.github.com>2018-04-19 11:40:10 -0700
committerJan Tojnar <jtojnar@gmail.com>2018-04-19 20:40:10 +0200
commit737c1c491dd78066f0d7a27f0476d3ebcd40140b (patch)
tree7f6564acb2f9336939f090134ee5232744ed28a5 /pkgs/development/libraries/spice-gtk
parent5bc59008b952a08379b2149f9c6b9667be672c4e (diff)
downloadnixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.tar
nixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.tar.gz
nixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.tar.bz2
nixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.tar.lz
nixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.tar.xz
nixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.tar.zst
nixpkgs-737c1c491dd78066f0d7a27f0476d3ebcd40140b.zip
gnome-boxes: fix USB redirection (#39129)
This fixes USB redirection in gnome-boxes by ensuring that the
required PolicyKit action policy file is installed in the spice-gtk
package and adding that package to gnome-boxes propagatedUserEnvPkgs.
Diffstat (limited to 'pkgs/development/libraries/spice-gtk')
-rw-r--r--pkgs/development/libraries/spice-gtk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix
index 0564459b24c..05fd952eb2e 100644
--- a/pkgs/development/libraries/spice-gtk/default.nix
+++ b/pkgs/development/libraries/spice-gtk/default.nix
@@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ pkgconfig gettext libsoup autoreconfHook vala gobjectIntrospection ];
 
-  PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "share/polkit-1/actions";
+  PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "$(out)/share/polkit-1/actions";
 
   configureFlags = [
     "--with-gtk3"