Loading pkgs/development/python-modules/awscrt/default.nix +1 −8 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ cmake, perl, stdenv, gcc10, CoreFoundation, Security, pythonOlder, Loading @@ -28,13 +27,7 @@ buildPythonPackage rec { Security ]; # gcc <10 is not supported, LLVM on darwin is just fine nativeBuildInputs = [ cmake ] ++ lib.optionals (!stdenv.isDarwin && stdenv.isAarch64) [ gcc10 perl ]; nativeBuildInputs = [ cmake ] ++ lib.optionals (!stdenv.isDarwin) [ perl ]; dontUseCmakeConfigure = true; Loading Loading
pkgs/development/python-modules/awscrt/default.nix +1 −8 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ cmake, perl, stdenv, gcc10, CoreFoundation, Security, pythonOlder, Loading @@ -28,13 +27,7 @@ buildPythonPackage rec { Security ]; # gcc <10 is not supported, LLVM on darwin is just fine nativeBuildInputs = [ cmake ] ++ lib.optionals (!stdenv.isDarwin && stdenv.isAarch64) [ gcc10 perl ]; nativeBuildInputs = [ cmake ] ++ lib.optionals (!stdenv.isDarwin) [ perl ]; dontUseCmakeConfigure = true; Loading