summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJames Cook <james.cook@utoronto.ca>2015-07-11 21:31:35 -0700
committerVladimír Čunát <vcunat@gmail.com>2015-07-12 10:12:33 +0200
commit452745d5abde81ae295e71b6c67d15e1fd1f8bd3 (patch)
tree96f43a3af3f461ed0d527b30a24fd041c4154762 /pkgs
parent98fb18af3ed0a0315a28ed017e2e88146e28453c (diff)
downloadnixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.tar
nixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.tar.gz
nixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.tar.bz2
nixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.tar.lz
nixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.tar.xz
nixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.tar.zst
nixpkgs-452745d5abde81ae295e71b6c67d15e1fd1f8bd3.zip
cudatoolkit65, cudatoolkit7: use python-2.7
@vcunat confirms they still build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b3e7849dd1a..d84df90324b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;