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:
parent
f6c73f1e37
commit
7c60ba1d41
@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# Fix hard-coded installation paths, so make does not try to overwrite our
|
# Fix hard-coded installation paths, so make does not try to overwrite our
|
||||||
# Python installation.
|
# Python installation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user