system-config-printer: Strip binaries in $out/etc

This reduces its closure size from 484 to 281 MiB.
This commit is contained in:
Eelco Dolstra 2017-03-20 16:24:16 +01:00
parent 7c60ba1d41
commit 6dd5846f1b
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -35,6 +35,8 @@ in stdenv.mkDerivation rec {
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
];
stripDebugList = "bin lib etc/udev";
postInstall =
let
giTypelibPath = stdenv.lib.makeSearchPath "lib/girepository-1.0" [ gdk_pixbuf.out gtk3.out pango.out atk.out libnotify.out ];