mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
chrootenv: strip the binary
This commit is contained in:
parent
1fe3328593
commit
ccb76eeb3c
@ -8,6 +8,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
cc ${./chrootenv.c} $(pkg-config --cflags --libs glib-2.0) -o $out
|
cc ${./chrootenv.c} $(pkg-config --cflags --libs glib-2.0) -o $out
|
||||||
|
${stdenv.cc.bintools.bintools}/bin/strip $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user