3
0
Fork 0
forked from mirrors/nixpkgs

* Blueman: propagate obex-data-server to the user environment so that

dbus can find its service file.

svn path=/nixpkgs/trunk/; revision=27146
This commit is contained in:
Eelco Dolstra 2011-05-04 14:10:17 +00:00
parent ae4ea00df0
commit 36b8f37e0f

View file

@ -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 @@ stdenv.mkDerivation rec {
--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 = {