summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-01-16 00:08:12 +0200
committerArtturin <Artturin@artturin.com>2023-01-16 00:08:12 +0200
commitfe1c7a1945d462489af03ea88e56d46b1a721e53 (patch)
tree5cd876c7aa330d33f4570a0129144d55e68f7e36 /pkgs/applications/networking/browsers/firefox/common.nix
parent856f3a46b2f64d4481ced392e1ebc86f09551521 (diff)
downloadnixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.tar
nixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.tar.gz
nixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.tar.bz2
nixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.tar.lz
nixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.tar.xz
nixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.tar.zst
nixpkgs-fe1c7a1945d462489af03ea88e56d46b1a721e53.zip
treewide: remove usages of header and stopNest
they're obsolete
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 e8deb9fcd9c..07243fe10ed 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -524,7 +524,7 @@ buildStdenv.mkDerivation ({
             fi
 
             # Extract the debug info.
-            header "separating debug info from $i (build ID $id)"
+            echo "separating debug info from $i (build ID $id)"
             mkdir -p "$dst/''${id:0:2}"
             $OBJCOPY --only-keep-debug "$i" "$dst/''${id:0:2}/''${id:2}.debug"