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:
parent
ae4ea00df0
commit
36b8f37e0f
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue