Author: eelco
Date: Wed May  4 14:10:17 2011
New Revision: 27146
URL: https://svn.nixos.org/websvn/nix/?rev=27146&sc=1

Log:
* Blueman: propagate obex-data-server to the user environment so that
  dbus can find its service file.

Modified:
   nixpkgs/trunk/pkgs/tools/bluetooth/blueman/default.nix

Modified: nixpkgs/trunk/pkgs/tools/bluetooth/blueman/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/bluetooth/blueman/default.nix      Wed May  4 
14:09:44 2011        (r27145)
+++ nixpkgs/trunk/pkgs/tools/bluetooth/blueman/default.nix      Wed May  4 
14:10:17 2011        (r27146)
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pkgconfig, intltool, python, pyrex, pygobject, pygtk
 , notify, pythonDBus, bluez, glib, gtk, libstartup_notification
-, makeWrapper, xdg_utils
+, makeWrapper, xdg_utils, obex_data_server
 }:
    
 stdenv.mkDerivation rec {
@@ -29,6 +29,9 @@
               --set PYTHONPATH "$(toPythonPath $out):$PYTHONPATH" \
               --prefix PATH : ${xdg_utils}/bin
       done
+
+      mkdir -p $out/nix-support
+      echo ${obex_data_server} > $out/nix-support/propagated-user-env-packages
     ''; # */
 
   meta = {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to