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:
parent
2b7d6e463e
commit
1427c50cea
@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
|
||||
"statdpath=$(TMPDIR)"
|
||||
];
|
||||
|
||||
stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];
|
||||
|
||||
postInstall =
|
||||
''
|
||||
# Not used on NixOS
|
||||
|
Loading…
Reference in New Issue
Block a user