chrootenv: strip the binary

This commit is contained in:
Piotr Bogdan 2018-11-04 03:43:22 +00:00
parent 1fe3328593
commit ccb76eeb3c

View file

@ -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; {