firefox: fix darwin wrapper
- add execdir passthru usually this is /bin on macOS it is different.
This commit is contained in:
@@ -174,6 +174,7 @@ stdenv.mkDerivation {
|
||||
gappsWrapperArgs+=(--argv0 "$out/bin/.firefox-wrapped")
|
||||
'';
|
||||
|
||||
passthru.execdir = "/bin";
|
||||
passthru.ffmpegSupport = true;
|
||||
passthru.gssSupport = true;
|
||||
# update with:
|
||||
|
||||
Reference in New Issue
Block a user