about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2014-01-11 23:10:08 +0100
committerRob Vermaas <rob.vermaas@gmail.com>2014-01-11 23:10:27 +0100
commitdb7a05e3ad1da90381d127d6e70b207ebfa9a58d (patch)
tree001c642b118c12505f05091a22e16ab8dd1f15b2 /pkgs/desktops
parent4ede302207b728e94bc4d24d2d783f49b69e086b (diff)
downloadnixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.tar
nixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.tar.gz
nixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.tar.bz2
nixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.tar.lz
nixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.tar.xz
nixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.tar.zst
nixlib-db7a05e3ad1da90381d127d6e70b207ebfa9a58d.zip
Gnome1: add gobjectIntrospection to rest
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/rest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/rest/default.nix b/pkgs/desktops/gnome-3/core/rest/default.nix
index 6c12353d0367..f543f8e13b82 100644
--- a/pkgs/desktops/gnome-3/core/rest/default.nix
+++ b/pkgs/desktops/gnome-3/core/rest/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, glib, libsoup }:
+{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection }:
 
 stdenv.mkDerivation rec {
   name = "rest-0.7.90";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "08n0cvz44l4b1gkmjryap3ysd0wcbbbdjbcar73nr52dmk52ls0x";
   };
 
-  buildInputs = [ pkgconfig glib libsoup ];
+  buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];
 
   configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";