Making wrapFirefox also propagate the browser to the userenv, so it gets
the manpages. That's useful for vimperator2 for example. svn path=/nixpkgs/trunk/; revision=33417
This commit is contained in:
parent
778abfc6c0
commit
00dc25ba43
@ -32,6 +32,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
mkdir -p $out/share/applications
|
mkdir -p $out/share/applications
|
||||||
cp $desktopItem/share/applications/* $out/share/applications
|
cp $desktopItem/share/applications/* $out/share/applications
|
||||||
|
|
||||||
|
# For manpages, in case the program supplies them
|
||||||
|
mkdir -p $out/nix-support
|
||||||
|
echo ${browser} > $out/nix-support/propagated-user-env-packages
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Let each plugin tell us (through its `mozillaPlugin') attribute
|
# Let each plugin tell us (through its `mozillaPlugin') attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user