From 7c60ba1d41485676d86fe4acf277878e3bcb9554 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Mar 2017 15:18:56 +0100 Subject: [PATCH] ibus: Use dev output This removes glib.dev from the runtime closure, reducing its size from 357 to 253 MiB. --- pkgs/tools/inputmethods/ibus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/inputmethods/ibus/default.nix b/pkgs/tools/inputmethods/ibus/default.nix index 58afb638b47..de375ed4529 100644 --- a/pkgs/tools/inputmethods/ibus/default.nix +++ b/pkgs/tools/inputmethods/ibus/default.nix @@ -45,6 +45,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ makeWrapper ]; + outputs = [ "out" "dev" ]; + preConfigure = '' # Fix hard-coded installation paths, so make does not try to overwrite our # Python installation.