This commit is contained in:
2023-10-23 16:01:22 +03:00
parent f101701806
commit d2e48d2904
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, stdenv, linuxcnc-base, etherlab }:
{ config, lib, pkgs, stdenv, linuxcnc-base, ethercat }:
stdenv.mkDerivation rec {
enableParallelBuilding = true;
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = with pkgs; [ which expat ];
buildInputs = [ linuxcnc-base etherlab.ethercat ];
buildInputs = [ linuxcnc-base ethercat ];
installFlags = [ "DESTDIR=${placeholder "out"}" ];