about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-24 23:21:02 +0200
committerGitHub <noreply@github.com>2018-09-24 23:21:02 +0200
commitbc22265e65ef8b3e0ae5d47befa9f223bd866cb1 (patch)
tree53b7000fdaa3871058b39c7eb3fe3031ae17f4d2 /pkgs/os-specific
parent0ce90d58cca7a1318a50268e957f3faa3b80079c (diff)
parent1427c50cea8685daf8eb571301651cf347b27e23 (diff)
downloadnixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.gz
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.bz2
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.lz
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.xz
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.zst
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.zip
Merge pull request #47296 from matthewbauer/closure-size-reductions
ISO/OVA closure size reductions
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/nfs-utils/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/nfs-utils/default.nix b/pkgs/os-specific/linux/nfs-utils/default.nix
index f67663b31061..657f17c16849 100644
--- a/pkgs/os-specific/linux/nfs-utils/default.nix
+++ b/pkgs/os-specific/linux/nfs-utils/default.nix
@@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
     "statdpath=$(TMPDIR)"
   ];
 
+  stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];
+
   postInstall =
     ''
       # Not used on NixOS