Skip to content

Commit

Permalink
nfs-utils: properly strip system-generators
Browse files Browse the repository at this point in the history
nfs-utils had a dependency on gcc through
etc/systemd/system-generators/*-server-generator. It was not stripped
correctly because it’s not in an expected path. This adds it to the
strip list.
  • Loading branch information
matthewbauer committed Sep 24, 2018
1 parent 2b7d6e4 commit 1427c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/nfs-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
"statdpath=$(TMPDIR)"
];

stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];

postInstall =
''
# Not used on NixOS
Expand Down

0 comments on commit 1427c50

Please sign in to comment.