mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
cudaPackages.autoAddOpenGLRunpath: keep an alias for compatibility
This commit is contained in:
parent
63746cac08
commit
4006c2490f
@ -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 New Issue
Block a user