nfs-utils: Reduce closure size from 269 to 135 MiB

This commit is contained in:
Eelco Dolstra 2018-10-08 22:40:56 +02:00
parent 1eff910a15
commit 642b68cfcc

View file

@ -94,6 +94,8 @@ in stdenv.mkDerivation rec {
$out/etc/systemd/system/*
'';
stripDebugList = [ "bin" "lib" "etc" ];
# One test fails on mips.
doCheck = !stdenv.isMips;