nfs-utils: properly strip system-generators

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.
This commit is contained in:
Matthew Bauer 2018-09-24 15:05:39 -05:00
parent 2b7d6e463e
commit 1427c50cea

View file

@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
"statdpath=$(TMPDIR)"
];
stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];
postInstall =
''
# Not used on NixOS