nbytes: build shared libs (#484212)

This commit is contained in:
Antoine du Hamel
2026-01-26 23:37:06 +00:00
committed by GitHub
+4
View File
@@ -44,6 +44,10 @@ stdenv.mkDerivation (finalAttrs: {
gtest
];
cmakeFlags = [
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
];
passthru = {
updateScript = nix-update-script { };