about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-28 16:13:44 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-28 19:13:45 +0200
commitcf1efbbe1959bf47af4261107e52c0ddfcbc283f (patch)
treef110796b446c5d769a9ca976b55637728e9398e6 /pkgs/applications/networking/browsers
parent3faef425650568520e7df6751a2fddc349227f18 (diff)
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
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 745cd9ee55184..4483cd31bd653 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"