Add override

This commit is contained in:
2023-10-24 16:55:45 +03:00
parent fdb7588df1
commit e7486a5d18
2 changed files with 4 additions and 6 deletions

View File

@@ -14,17 +14,12 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = with pkgs; [
autoPatchelfHook
which
expat
];
buildInputs = [ linuxcnc ethercat ];
preBuild = ''
#addAutoPatchelfSearchPath ${placeholder "out"}/lib/linuxcnc/modules/
'';
installFlags = [
"prefix=${placeholder "out"}"
#"RUN_IN_PLACE=YES"