system-config-printer: Strip binaries in $out/etc
This reduces its closure size from 484 to 281 MiB.
This commit is contained in:
parent
7c60ba1d41
commit
6dd5846f1b
|
@ -35,6 +35,8 @@ in stdenv.mkDerivation rec {
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
stripDebugList = "bin lib etc/udev";
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
let
|
let
|
||||||
giTypelibPath = stdenv.lib.makeSearchPath "lib/girepository-1.0" [ gdk_pixbuf.out gtk3.out pango.out atk.out libnotify.out ];
|
giTypelibPath = stdenv.lib.makeSearchPath "lib/girepository-1.0" [ gdk_pixbuf.out gtk3.out pango.out atk.out libnotify.out ];
|
||||||
|
|
Loading…
Reference in New Issue