Paralell -> Parallel
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs, stdenv, linuxcnc, etherlab }:
|
{ config, lib, pkgs, stdenv, linuxcnc, etherlab }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
enableParalellBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
pname = "linuxcnc-ethercat";
|
pname = "linuxcnc-ethercat";
|
||||||
version = "5ad53da25b";
|
version = "5ad53da25b";
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
enableParalellBuilding = true;
|
enableParallelBuilding = true;
|
||||||
pname = "linuxcnc";
|
pname = "linuxcnc";
|
||||||
version = "2.9-git";
|
version = "2.9-git";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|||||||
Reference in New Issue
Block a user