We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfb0f0 commit d12f239Copy full SHA for d12f239
.devops/nix/package.nix
@@ -171,7 +171,7 @@ effectiveStdenv.mkDerivation (
171
# once https://github.com/NixOS/nixpkgs/pull/275241 has been merged
172
cudaPackages.autoAddOpenGLRunpathHook
173
]
174
- ++ optionals buildStatic [
+ ++ optionals (effectiveStdenv.hostPlatform.isGnu && enableStatic) [
175
glibc.static
176
];
177
0 commit comments