* Pass along realCurl.

svn path=/nixpkgs/trunk/; revision=5830
This commit is contained in:
Eelco Dolstra 2006-07-20 15:21:36 +00:00
parent 2bda17d23a
commit 4c68a103e8

View file

@ -23,7 +23,6 @@ import ../generic {
shell = pkgs.bash ~ /bin/sh;
extraAttrs = {
# Curl should be in /usr/bin or so.
curl = null;
curl = pkgs.realCurl;
};
}