cudatoolkit65, cudatoolkit7: use python-2.7
@vcunat confirms they still build
This commit is contained in:
parent
98fb18af3e
commit
452745d5ab
|
@ -1188,12 +1188,10 @@ let
|
|||
|
||||
cudatoolkit65 = import ../development/compilers/cudatoolkit/6.5.nix {
|
||||
inherit callPackage;
|
||||
python = python26;
|
||||
};
|
||||
|
||||
cudatoolkit7 = import ../development/compilers/cudatoolkit/7.0.nix {
|
||||
inherit callPackage;
|
||||
python = python26;
|
||||
};
|
||||
|
||||
cudatoolkit = cudatoolkit5;
|
||||
|
|
Loading…
Reference in New Issue