Update pkgs/waterfox-bin/default.nix
This commit is contained in:
parent
a35fd5069d
commit
389bdc7d2a
1 changed files with 3 additions and 1 deletions
|
|
@ -146,7 +146,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
makeWrapper $out/opt/waterfox/waterfox-bin $out/bin/waterfox \
|
makeWrapper $out/opt/waterfox/waterfox-bin $out/bin/waterfox \
|
||||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath finalAttrs.buildInputs}"
|
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath finalAttrs.buildInputs}"
|
||||||
|
--suffix PATH : "${lib.makeBinPath [ pciutils ]}"
|
||||||
|
|
||||||
cp ${desktopItem}/share/applications/* $out/share/applications/
|
cp ${desktopItem}/share/applications/* $out/share/applications/
|
||||||
|
|
||||||
mkdir -p $out/share/icons/hicolor/256x256/apps
|
mkdir -p $out/share/icons/hicolor/256x256/apps
|
||||||
|
|
@ -198,6 +199,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(
|
gappsWrapperArgs+=(
|
||||||
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
||||||
|
--prefix GTK_PATH : "${gtk3}/lib/gtk-3.0"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue