Loading pkgs/by-name/ct/ctranslate2/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,9 @@ stdenv'.mkDerivation (finalAttrs: { ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ (lib.cmakeBool "WITH_ACCELERATE" true) ] ++ lib.optionals (stdenv.hostPlatform.gcc.arch or null != null) [ (lib.cmakeBool "ENABLE_CPU_DISPATCH" false) ]; buildInputs = Loading Loading
pkgs/by-name/ct/ctranslate2/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,9 @@ stdenv'.mkDerivation (finalAttrs: { ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ (lib.cmakeBool "WITH_ACCELERATE" true) ] ++ lib.optionals (stdenv.hostPlatform.gcc.arch or null != null) [ (lib.cmakeBool "ENABLE_CPU_DISPATCH" false) ]; buildInputs = Loading