nbytes: build shared libs

This commit is contained in:
Antoine du Hamel
2026-01-27 00:31:51 +01:00
parent ed4ecd3a08
commit 7f7a5d664d
+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 { };