about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/3.20
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:31:05 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:52:05 +0300
commitfbb7d9314897a6ca3238b65d6bb8f8f7108485d9 (patch)
treeb6555e2225183b2b6ead8ea60bd4d130c02968a6 /pkgs/desktops/gnome-3/3.20
parent4452ef42acdd1b5f61de72d27fe21ab76671bffa (diff)
downloadnixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.tar
nixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.tar.gz
nixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.tar.bz2
nixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.tar.lz
nixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.tar.xz
nixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.tar.zst
nixlib-fbb7d9314897a6ca3238b65d6bb8f8f7108485d9.zip
treewide: Make explicit that 'dev' output of dbus_glib is used
Diffstat (limited to 'pkgs/desktops/gnome-3/3.20')
-rw-r--r--pkgs/desktops/gnome-3/3.20/core/empathy/default.nix2
-rw-r--r--pkgs/desktops/gnome-3/3.20/core/folks/default.nix2
-rw-r--r--pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/gnome-3/3.20/core/empathy/default.nix b/pkgs/desktops/gnome-3/3.20/core/empathy/default.nix
index 207ccbe1d367..39706b49b179 100644
--- a/pkgs/desktops/gnome-3/3.20/core/empathy/default.nix
+++ b/pkgs/desktops/gnome-3/3.20/core/empathy/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
                   gnome3.defaultIconTheme gnome3.gsettings_desktop_schemas
                   file libtool librsvg ];
 
-  NIX_CFLAGS_COMPILE = [ "-I${dbus_glib}/include/dbus-1.0"
+  NIX_CFLAGS_COMPILE = [ "-I${dbus_glib.dev}/include/dbus-1.0"
                          "-I${dbus_libs}/include/dbus-1.0"
                          "-I${dbus_libs}/lib/dbus-1.0/include" ];
 
diff --git a/pkgs/desktops/gnome-3/3.20/core/folks/default.nix b/pkgs/desktops/gnome-3/3.20/core/folks/default.nix
index 5daa33629fff..086a92a5e2ef 100644
--- a/pkgs/desktops/gnome-3/3.20/core/folks/default.nix
+++ b/pkgs/desktops/gnome-3/3.20/core/folks/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   configureFlags = "--disable-fatal-warnings";
 
   NIX_CFLAGS_COMPILE = ["-I${nspr}/include/nspr" "-I${nss}/include/nss"
-                        "-I${dbus_glib}/include/dbus-1.0" "-I${dbus_libs}/include/dbus-1.0"];
+                        "-I${dbus_glib.dev}/include/dbus-1.0" "-I${dbus_libs}/include/dbus-1.0"];
 
   enableParallelBuilding = true;
 
diff --git a/pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix b/pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix
index 703d55e42d01..8ad6fd2cd13b 100644
--- a/pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix
+++ b/pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix
@@ -7,7 +7,7 @@
 stdenv.mkDerivation rec {
   inherit (import ./src.nix fetchurl) name src;
 
-  NIX_CFLAGS_COMPILE = "-I${dbus_glib}/include/dbus-1.0 -I${dbus_libs}/include/dbus-1.0";
+  NIX_CFLAGS_COMPILE = "-I${dbus_glib.dev}/include/dbus-1.0 -I${dbus_libs}/include/dbus-1.0";
 
   enableParallelBuilding = true;