corepkgs/config.nix.in: We'll need curl

This commit is contained in:
Shea Levy 2012-07-08 10:22:26 -04:00 committed by Eelco Dolstra
parent c4df747267
commit 40c01ec467
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ in {
bzip2 = fromEnv "NIX_BZIP2" "@bzip2@";
tar = "@tar@";
tr = "@tr@";
curl = "@curl@";
nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
}