Merge pull request #285527 from lheckemann/cudatoolkit-libglvnd

cudaPackages.cudatoolkit: add libglvnd to inputs
This commit is contained in:
Someone 2024-02-04 08:44:52 +00:00 committed by GitHub
commit c5fb89106b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@
rdma-core,
ucx,
rsync,
libglvnd,
}:
let
@ -123,6 +124,7 @@ backendStdenv.mkDerivation rec {
unixODBC
alsa-lib
wayland
libglvnd
]
++ lib.optionals (lib.versionAtLeast version "11.8") [
(lib.getLib libtiff)