Merge pull request #209618 from samuela/samuela/cudatoolkit
cudaPackages.cudatoolkit: fix build, python27 -> python3
This commit is contained in:
commit
cc6801e0cf
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ args@
|
|||
, makeWrapper
|
||||
, ncurses5
|
||||
, perl
|
||||
, python27
|
||||
, python3
|
||||
, requireFile
|
||||
, stdenv
|
||||
, unixODBC
|
||||
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ perl makeWrapper addOpenGLRunpath ];
|
||||
buildInputs = [ gdk-pixbuf ]; # To get $GDK_PIXBUF_MODULE_FILE via setup-hook
|
||||
runtimeDependencies = [
|
||||
ncurses5 expat python27 zlib glibc
|
||||
ncurses5 expat python3 zlib glibc
|
||||
xorg.libX11 xorg.libXext xorg.libXrender xorg.libXt xorg.libXtst xorg.libXi xorg.libXext
|
||||
gtk2 glib fontconfig freetype unixODBC alsa-lib
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue