Add override
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user