Merge pull request #31038 from orivej/autofs

autofs: do not strip needed symbols

authored by Franz Pletz and committed by GitHub 2df0fe91 314979fb

+2
+2
pkgs/os-specific/linux/autofs/default.nix
··· 24 24 export E2FSCK=${e2fsprogs}/bin/fsck.ext2 25 25 export E3FSCK=${e2fsprogs}/bin/fsck.ext3 26 26 export E4FSCK=${e2fsprogs}/bin/fsck.ext4 27 + 28 + unset STRIP # Makefile.rules defines a usable STRIP only without the env var. 27 29 ''; 28 30 29 31 installPhase = ''