about summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-03-04 23:48:05 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-03-04 23:48:05 +0000
commitc096988e57d9406a9e225ae3137cbbdb6ff5e0c1 (patch)
tree9c5deece3414984f9d85d358db4b7013ff480b9e /pkgs/development/libraries/dbus
parentb979dff808c3071750a9fc6d1e3e8c802ca516ce (diff)
downloadnixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.tar
nixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.tar.gz
nixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.tar.bz2
nixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.tar.lz
nixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.tar.xz
nixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.tar.zst
nixlib-c096988e57d9406a9e225ae3137cbbdb6ff5e0c1.zip
* Don't check for X.
svn path=/nixpkgs/trunk/; revision=8174
Diffstat (limited to 'pkgs/development/libraries/dbus')
-rw-r--r--pkgs/development/libraries/dbus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/dbus/default.nix b/pkgs/development/libraries/dbus/default.nix
index 19b625fb1aee..587ce5d9c8a1 100644
--- a/pkgs/development/libraries/dbus/default.nix
+++ b/pkgs/development/libraries/dbus/default.nix
@@ -7,5 +7,6 @@ stdenv.mkDerivation {
     sha256 = "1jn652zb81mczsx4rdcwrrzj3lfhx9d107zjfnasc4l5yljl204a";
   };
   buildInputs = [pkgconfig expat];
+  configureFlags = "--without-x";
   #configureFlags = "--localstatedir=/var";
 }