about summary refs log tree commit diff
path: root/pkgs/build-support/fetchdarcs
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/build-support/fetchdarcs
parent856f3a46b2f64d4481ced392e1ebc86f09551521 (diff)
treewide: remove usages of header and stopNest
they're obsolete
Diffstat (limited to 'pkgs/build-support/fetchdarcs')
-rw-r--r--pkgs/build-support/fetchdarcs/builder.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/build-support/fetchdarcs/builder.sh b/pkgs/build-support/fetchdarcs/builder.sh
index 018852770504a..ce5537f46f40d 100644
--- a/pkgs/build-support/fetchdarcs/builder.sh
+++ b/pkgs/build-support/fetchdarcs/builder.sh
@@ -11,10 +11,8 @@ elif test -n "$context"; then
     tagflags="--context=$context"
 fi
 
-header "getting $url $partial ${tagtext} into $out"
+echo "getting $url $partial ${tagtext} into $out"
 
 darcs get --lazy $tagflags "$url" "$out"
 # remove metadata, because it can change
 rm -rf "$out/_darcs"
-
-stopNest