cudaPackages.autoAddOpenGLRunpath: keep an alias for compatibility
This commit is contained in:
parent
63746cac08
commit
4006c2490f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
# autoAddCudaCompatRunpath hook must be added AFTER `setupCudaHook`. Both
|
||||||
# hooks prepend a path with `libcuda.so` to the `DT_RUNPATH` section of
|
# hooks prepend a path with `libcuda.so` to the `DT_RUNPATH` section of
|
||||||
# patched elf files, but `cuda_compat` path must take precedence (otherwise,
|
# patched elf files, but `cuda_compat` path must take precedence (otherwise,
|
||||||
|
|
Loading…
Reference in a new issue