Fix??
This commit is contained in:
@@ -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"}" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user