Fix build
This commit is contained in:
@@ -17,7 +17,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ linuxcnc ethercat ];
|
||||
|
||||
installFlags = [ "DESTDIR=${placeholder "out"}" ];
|
||||
installFlags = [
|
||||
"DESTDIR=${placeholder "out"}"
|
||||
"EMC2_HOME=''"
|
||||
"LIBDIR=''"
|
||||
"RTLIBDIR='/lib/linuxcnc/modules'"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "LinuxCNC ethercat interop";
|
||||
|
||||
Reference in New Issue
Block a user