Loading pkgs/development/libraries/botan/generic.nix +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , knownVulnerabilities ? [ ] , CoreServices ? null , Security ? null , static ? stdenv.hostPlatform.isStatic # generates static libraries *only* , ... }: Loading Loading @@ -43,6 +44,9 @@ stdenv.mkDerivation (finalAttrs: { "--cc=clang" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "--cpu=aarch64" ] ++ lib.optionals static [ "--enable-static-library" "--disable-shared-library" ]; configurePhase = '' Loading Loading
pkgs/development/libraries/botan/generic.nix +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , knownVulnerabilities ? [ ] , CoreServices ? null , Security ? null , static ? stdenv.hostPlatform.isStatic # generates static libraries *only* , ... }: Loading Loading @@ -43,6 +44,9 @@ stdenv.mkDerivation (finalAttrs: { "--cc=clang" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "--cpu=aarch64" ] ++ lib.optionals static [ "--enable-static-library" "--disable-shared-library" ]; configurePhase = '' Loading