summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-12-12 17:10:29 +0100
committerVladimír Čunát <v@cunat.cz>2022-12-12 18:57:10 +0100
commit85f91f3f47229eb0a3cdbee1f97abe3a390d0469 (patch)
tree6d8e59ef190933b64ef1e1d5505e48da692909d5 /pkgs/applications/networking/browsers/firefox/common.nix
parent01c02c84d3f1536c695a2ec3ddb66b8a21be152b (diff)
downloadnixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.tar
nixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.tar.gz
nixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.tar.bz2
nixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.tar.lz
nixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.tar.xz
nixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.tar.zst
nixpkgs-85f91f3f47229eb0a3cdbee1f97abe3a390d0469.zip
firefox*: 107.0.1 -> 108.0
https://www.mozilla.org/en-US/firefox/108.0/releasenotes/

./build/cargo-link uses /usr/bin/env shebang and thus needs patching.
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/common.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 49cd312592f..da41dd8e4e1 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -234,7 +234,7 @@ buildStdenv.mkDerivation ({
 
   postPatch = ''
     rm -rf obj-x86_64-pc-linux-gnu
-    patchShebangs mach
+    patchShebangs mach build
   ''
   + extraPostPatch;