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