cudaPackages.cudatoolkit: move pre-cuda11 deps up, to reorder chronologically

This commit is contained in:
Someone Serge 2023-04-06 13:57:22 +03:00
parent 3cde9b5e4d
commit 868c289955
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -73,7 +73,11 @@ backendStdenv.mkDerivation rec {
] ++ lib.optionals (lib.versionOlder version "11") [
libsForQt5.wrapQtAppsHook
];
buildInputs = [
buildInputs = lib.optionals (lib.versionOlder version "11") [
libsForQt5.qt5.qtwebengine
freeglut
libGLU
] ++ [
# To get $GDK_PIXBUF_MODULE_FILE via setup-hook
gdk-pixbuf
@ -109,10 +113,6 @@ backendStdenv.mkDerivation rec {
unixODBC
alsa-lib
wayland
] ++ lib.optionals (lib.versionOlder version "11") [
libsForQt5.qt5.qtwebengine
freeglut
libGLU
];
# Prepended to runpaths by autoPatchelf.