diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-05T18·26+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-05T18·26+0000 |
commit | 05fbf61f0e4f2670d23929235e2da5342599d447 (patch) | |
tree | 68b0048b9b08450c7eb21cbb3496395722f17b74 /substitute.mk | |
parent | 84a4dd5ff08ceb7894d8dce662265d7d188e615c (diff) |
* nix-prefetch-url depends on sed (see
http://hydra.nixos.org/build/311170).
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |