Paralell -> Parallel

This commit is contained in:
2023-09-27 18:56:37 +03:00
parent 3205f2d806
commit 26d56219c2
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ let
in
stdenv.mkDerivation rec {
hardeningDisable = [ "all" ];
enableParalellBuilding = true;
enableParallelBuilding = true;
pname = "linuxcnc";
version = "2.9-git";
name = "${pname}-${version}";