using enableStatic to determine glibc dependency
This commit is contained in:
parent
3cfb0f01c8
commit
d12f2399ac
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ effectiveStdenv.mkDerivation (
|
|||
# once https://github.com/NixOS/nixpkgs/pull/275241 has been merged
|
||||
cudaPackages.autoAddOpenGLRunpathHook
|
||||
]
|
||||
++ optionals buildStatic [
|
||||
++ optionals (effectiveStdenv.hostPlatform.isGnu && enableStatic) [
|
||||
glibc.static
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue