autofs: do not strip needed symbols

Fixes #28282 after #27415
This commit is contained in:
Orivej Desh 2017-10-31 14:35:59 +00:00
parent 369056394f
commit 2ad3933dca

View file

@ -24,6 +24,8 @@ in stdenv.mkDerivation {
export E2FSCK=${e2fsprogs}/bin/fsck.ext2
export E3FSCK=${e2fsprogs}/bin/fsck.ext3
export E4FSCK=${e2fsprogs}/bin/fsck.ext4
unset STRIP # Makefile.rules defines a usable STRIP only without the env var.
'';
installPhase = ''