1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

ibus: Move ibus-setup to .dev

This removes python3.buildEnv from the runtime closure.
This commit is contained in:
Eelco Dolstra 2017-09-26 23:07:10 +02:00
parent c03326445b
commit af44f99dca

View file

@ -110,6 +110,10 @@ in stdenv.mkDerivation rec {
doInstallCheck = true;
installCheckPhase = "$out/bin/ibus version";
postInstall = ''
moveToOutput "bin/ibus-setup" "$dev"
'';
meta = with stdenv.lib; {
homepage = https://github.com/ibus/ibus;
description = "Intelligent Input Bus for Linux / Unix OS";