cudaPackages.autoAddOpenGLRunpath: keep an alias for compatibility

This commit is contained in:
Someone Serge 2024-03-15 15:06:32 +00:00
parent 63746cac08
commit 4006c2490f
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -60,6 +60,9 @@ final: _: {
)
{};
# Deprecated: an alias kept for compatibility. Consider removing after 24.11
autoAddOpenGLRunpathHook = final.autoAddDriverRunpath;
# autoAddCudaCompatRunpath hook must be added AFTER `setupCudaHook`. Both
# hooks prepend a path with `libcuda.so` to the `DT_RUNPATH` section of
# patched elf files, but `cuda_compat` path must take precedence (otherwise,