ibus: Use dev output

This removes glib.dev from the runtime closure, reducing its size from
357 to 253 MiB.
This commit is contained in:
Eelco Dolstra 2017-03-20 15:18:56 +01:00
parent f6c73f1e37
commit 7c60ba1d41
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -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.