Merge pull request #209618 from samuela/samuela/cudatoolkit

cudaPackages.cudatoolkit: fix build, python27 -> python3
This commit is contained in:
Samuel Ainsworth 2023-01-09 15:29:24 -05:00 committed by GitHub
commit cc6801e0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
];