mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
ibus: Use multiple outputs to reduce closure size
This commit is contained in:
parent
338742effd
commit
f012fc8f61
@ -98,6 +98,8 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
echo \#!${runtimeShell} > data/dconf/make-dconf-override-db.sh
|
echo \#!${runtimeShell} > data/dconf/make-dconf-override-db.sh
|
||||||
cp ${buildPackages.gtk-doc}/share/gtk-doc/data/gtk-doc.make .
|
cp ${buildPackages.gtk-doc}/share/gtk-doc/data/gtk-doc.make .
|
||||||
|
Loading…
Reference in New Issue
Block a user