This commit is contained in:
Daniel Zinn 2014-06-19 04:53:03 -07:00
parent ca0de0f1f7
commit 01bbc61364

View File

@ -821,7 +821,7 @@ let
cron = callPackage ../tools/system/cron { };
cudatoolkit = callPackage ../development/compilers/cudatoolkit/5.5.nix {
cudatoolkit5 = callPackage ../development/compilers/cudatoolkit/5.5.nix {
python = python26;
};
@ -829,6 +829,8 @@ let
python = python26;
};
cudatoolkit = cudatoolkit5;
curl = callPackage ../tools/networking/curl rec {
fetchurl = fetchurlBoot;
zlibSupport = true;