Update pkgs/waterfox-bin/default.nix
This commit is contained in:
parent
f0227c0c3b
commit
a35fd5069d
1 changed files with 0 additions and 6 deletions
|
|
@ -159,12 +159,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
|
||||||
gappsWrapperArgs+=(
|
|
||||||
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
find $out/opt/waterfox -type f -name "*.so" -exec sh -c '
|
find $out/opt/waterfox -type f -name "*.so" -exec sh -c '
|
||||||
if patchelf --print-interpreter "{}" >/dev/null 2>&1; then
|
if patchelf --print-interpreter "{}" >/dev/null 2>&1; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue