nix: fix regression: asking for deprecated autoAddOpenGLRunpath
This commit is contained in:
parent
66b039a501
commit
23d8f65ac0
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
autoAddDriverRunpath,
|
||||
glibc,
|
||||
config,
|
||||
stdenv,
|
||||
|
@ -192,10 +193,7 @@ effectiveStdenv.mkDerivation (
|
|||
]
|
||||
++ optionals useCuda [
|
||||
cudaPackages.cuda_nvcc
|
||||
|
||||
# TODO: Replace with autoAddDriverRunpath
|
||||
# once https://github.com/NixOS/nixpkgs/pull/275241 has been merged
|
||||
cudaPackages.autoAddOpenGLRunpathHook
|
||||
autoAddDriverRunpath
|
||||
]
|
||||
++ optionals (effectiveStdenv.hostPlatform.isGnu && enableStatic) [
|
||||
glibc.static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue