From 05fbf61f0e4f2670d23929235e2da5342599d447 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Mar 2010 18:26:47 +0000 Subject: * nix-prefetch-url depends on sed (see http://hydra.nixos.org/build/311170). --- substitute.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index ae11ce2b31f6..729116477795 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" \ -- cgit 1.4.1