mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ibus-engines.mozc: wrap mozc_tool
This commit is contained in:
parent
637434fa71
commit
8309faafc3
@ -21,7 +21,7 @@ in clangStdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ gebner ericsagnes ];
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ninja python gyp pkgconfig ];
|
||||
nativeBuildInputs = [ which ninja python gyp pkgconfig qt5.wrapQtAppsHook ];
|
||||
buildInputs = [ protobuf ibus gtk2 zinnia qt5.qtbase libxcb ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -70,6 +70,7 @@ in clangStdenv.mkDerivation rec {
|
||||
|
||||
install -D -m 755 out_linux/Release/mozc_server $out/lib/mozc/mozc_server
|
||||
install -m 755 out_linux/Release/mozc_tool $out/lib/mozc/mozc_tool
|
||||
wrapQtApp $out/lib/mozc/mozc_tool
|
||||
|
||||
install -d $out/share/doc/mozc
|
||||
install -m 644 data/installer/*.html $out/share/doc/mozc/
|
||||
|
Loading…
Reference in New Issue
Block a user