mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
chrootenv: strip the binary
This commit is contained in:
parent
1fe3328593
commit
ccb76eeb3c
@ -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 New Issue
Block a user