Skip to content

Commit

Permalink
autofs: do not strip needed symbols
Browse files Browse the repository at this point in the history
Fixes #28282 after #27415
  • Loading branch information
orivej committed Oct 31, 2017
1 parent 3690563 commit 2ad3933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/autofs/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 2ad3933

Please sign in to comment.