summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-07-07 17:23:05 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-07-07 17:23:05 +0000
commit9c8205b7c8380c3e4a562aa25a53de289c093199 (patch)
treec05b77d9c29fe2afdc5fedfc98c9c14c020f6105 /pkgs/os-specific/linux/bluez
parentfeb13bc97ddd01932a9c6647b6cb9f319841a2b6 (diff)
downloadnixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.tar
nixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.tar.gz
nixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.tar.bz2
nixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.tar.lz
nixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.tar.xz
nixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.tar.zst
nixlib-9c8205b7c8380c3e4a562aa25a53de289c093199.zip
* Bluez updated to 4.95.
svn path=/nixpkgs/branches/kde-4.7/; revision=27628
Diffstat (limited to 'pkgs/os-specific/linux/bluez')
-rw-r--r--pkgs/os-specific/linux/bluez/default.nix19
1 files changed, 14 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/bluez/default.nix b/pkgs/os-specific/linux/bluez/default.nix
index be21c759e503..c0aec5a7b569 100644
--- a/pkgs/os-specific/linux/bluez/default.nix
+++ b/pkgs/os-specific/linux/bluez/default.nix
@@ -9,21 +9,30 @@ let
 in
    
 stdenv.mkDerivation rec {
-  name = "bluez-4.90";
+  name = "bluez-4.95";
    
   src = fetchurl {
     url = "mirror://kernel/linux/bluetooth/${name}.tar.gz";
-    sha256 = "18wq75m45q00fvddzgfqy1d4368649r2jl3j4yvpijymalc4jra7";
+    sha256 = "1xi087x2ggdywq63qp55wvi1iclk50hc42fp40kcsazw23j9vsnn";
   };
 
-  buildInputs = [ pkgconfig dbus.libs glib libusb alsaLib python makeWrapper
-    gst_all.gstreamer gst_all.gstPluginsBase readline libsndfile ];
+  buildInputs =
+    [ pkgconfig dbus.libs glib libusb alsaLib python makeWrapper
+      readline libsndfile
+      # Disables GStreamer; not clear what it gains us other than a
+      # zillion extra dependencies.
+      # gst_all.gstreamer gst_all.gstPluginsBase 
+    ];
 
-  configureFlags = "--localstatedir=/var --enable-udevrules --enable-configrules --enable-cups";
+  configureFlags = "--localstatedir=/var --enable-cups";
 
   # Work around `make install' trying to create /var/lib/bluetooth.
   installFlags = "statedir=$(TMPDIR)/var/lib/bluetooth";
 
+  makeFlags = "rulesdir=$(out)/lib/udev/rules.d";
+
+  /* !!! Move these into a separate package to prevent Bluez from
+    depending on Python etc. */
   postInstall = ''
     pushd test
     for a in simple-agent test-adapter test-device; do