mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 13:33:12 +00:00
fizz: condition shared libraries on platform setting
(cherry picked from commit136740dec6
) (cherry picked from commitdd004b4e29
)
This commit is contained in:
parent
e05b1fc74e
commit
c5f8cd9ff9
@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cmakeDir = "../fizz";
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
|
||||
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user