summary refs log tree commit diff
path: root/pkgs/tools/system/which
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/which')
-rwxr-xr-xpkgs/tools/system/which/builder.sh~9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/tools/system/which/builder.sh~ b/pkgs/tools/system/which/builder.sh~
deleted file mode 100755
index 1266353279257..0000000000000
--- a/pkgs/tools/system/which/builder.sh~
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-. $stdenv/setup || exit 1
-
-tar xvfz $src || exit 1
-cd sed-* || exit 1
-./configure --prefix=$out || exit 1
-make || exit 1
-make install || exit 1