From cf1efbbe1959bf47af4261107e52c0ddfcbc283f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 28 Apr 2024 16:13:44 +0200 Subject: [PATCH] buildMozillaMach: stop deleting the configure script They're not autogenerated files any longer, and have been shipped as part of the source tree since roughly Aug 2022. Related: mozbz#1787977 ("Include configure in the tree") Closes: #306937 --- pkgs/applications/networking/browsers/firefox/common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index 745cd9ee5518..4483cd31bd65 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -298,9 +298,6 @@ buildStdenv.mkDerivation { setOutputFlags = false; # `./mach configure` doesn't understand `--*dir=` flags. preConfigure = '' - # remove distributed configuration files - rm -f configure js/src/configure .mozconfig* - # Runs autoconf through ./mach configure in configurePhase configureScript="$(realpath ./mach) configure"