Remove strace from isolate stage
This commit is contained in:
parent
1b703bd431
commit
27bc977590
@ -2,7 +2,6 @@
|
||||
stdenv
|
||||
, nixtools
|
||||
, busybox
|
||||
, strace
|
||||
, garlicTools
|
||||
}:
|
||||
|
||||
@ -18,10 +17,6 @@ stdenv.mkDerivation {
|
||||
name = "isolate";
|
||||
preferLocalBuild = true;
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
buildInputs = [
|
||||
#nixtools
|
||||
#strace
|
||||
];
|
||||
src = ./.;
|
||||
dontPatchShebangs = true;
|
||||
programPath = "/bin/stage1";
|
||||
|
Loading…
Reference in New Issue
Block a user