chrootenv: strip the binary
This commit is contained in:
parent
1fe3328593
commit
ccb76eeb3c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildCommand = ''
|
||||
cc ${./chrootenv.c} $(pkg-config --cflags --libs glib-2.0) -o $out
|
||||
${stdenv.cc.bintools.bintools}/bin/strip $out
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue