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

@@ -1,7 +1,7 @@
{ config, lib, pkgs, stdenv, linuxcnc, etherlab }:
stdenv.mkDerivation rec {
enableParalellBuilding = true;
enableParallelBuilding = true;
pname = "linuxcnc-ethercat";
version = "5ad53da25b";