Skip to content

Commit

Permalink
tinygo: remove enableParallelBuilding = true
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Aug 17, 2020
1 parent 1b9acad commit 809f97c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/compilers/tinygo/default.nix
Expand Up @@ -30,7 +30,6 @@ buildGoModule rec {

doCheck = false;

enableParallelBuilding = true;
subPackages = [ "." ];
buildInputs = [ llvm clang-unwrapped makeWrapper ];
propagatedBuildInputs = [ lld avrgcc avrdude openocd gcc-arm-embedded ];
Expand Down

0 comments on commit 809f97c

Please sign in to comment.