about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-03-05T18·26+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-03-05T18·26+0000
commit05fbf61f0e4f2670d23929235e2da5342599d447 (patch)
tree68b0048b9b08450c7eb21cbb3496395722f17b74 /substitute.mk
parent84a4dd5ff08ceb7894d8dce662265d7d188e615c (diff)
* nix-prefetch-url depends on sed (see
  http://hydra.nixos.org/build/311170).

Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index ae11ce2b31..7291164777 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -16,6 +16,7 @@
 	 -e "s^@bzip2_bin_test\@^$(bzip2_bin_test)^g" \
 	 -e "s^@perl\@^$(perl)^g" \
 	 -e "s^@coreutils\@^$(coreutils)^g" \
+	 -e "s^@sed\@^$(sed)^g" \
 	 -e "s^@tar\@^$(tar)^g" \
 	 -e "s^@gzip\@^$(gzip)^g" \
 	 -e "s^@tr\@^$(tr)^g" \