Skip to content

Commit

Permalink
mozc: format
Browse files Browse the repository at this point in the history
  • Loading branch information
musjj committed Sep 11, 2024
1 parent 96191d6 commit 9a6b9b0
Showing 1 changed file with 25 additions and 20 deletions.
45 changes: 25 additions & 20 deletions pkgs/development/libraries/mozc/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{ bazel_6
, buildBazelPackage
, fetchFromGitHub
, fetchurl
, glibcLocales
, lib
, pkg-config
, python3
, qtbase
, qtwayland
, ruby
, wrapQtAppsHook
, dictionaries ? [
{
bazel_6,
buildBazelPackage,
fetchFromGitHub,
fetchurl,
glibcLocales,
lib,
pkg-config,
python3,
qtbase,
qtwayland,
ruby,
wrapQtAppsHook,
dictionaries ? [
"alt-cannadic"
"edict2"
"jawiki"
Expand All @@ -19,7 +20,7 @@
"place-names"
"skk-jisyo"
"sudachidict"
]
],
}:

buildBazelPackage {
Expand Down Expand Up @@ -123,7 +124,10 @@ buildBazelPackage {
wrapQtAppsHook
];

buildInputs = [ qtbase qtwayland ];
buildInputs = [
qtbase
qtwayland
];

preBuild = ''
cd mozc/src
Expand Down Expand Up @@ -210,11 +214,12 @@ buildBazelPackage {
description = "The Open Source edition of Google Japanese Input bundled with the UT dictionary";
homepage = "https://github.com/google/mozc";
license = with licenses; [
asl20 # abseil-cpp, merge-ut-dictionaries, mozcdic-ut-alt-cannadic,
# mozcdic-ut-edict2, mozcdic-ut-jawiki, mozcdic-ut-neologd,
# mecab-ipadic-neologd, mozcdic-ut-personal-names,
# mozcdic-ut-place-names, mozcdic-ut-skk-jisyo,
# mozcdic-ut-sudachidict
# abseil-cpp, merge-ut-dictionaries, mozcdic-ut-alt-cannadic,
# mozcdic-ut-edict2, mozcdic-ut-jawiki, mozcdic-ut-neologd,
# mecab-ipadic-neologd, mozcdic-ut-personal-names,
# mozcdic-ut-place-names, mozcdic-ut-skk-jisyo,
# mozcdic-ut-sudachidict
asl20
bsd2 # japanese-usage-dictionary
bsd3 # mozc, breakpad, gtest, gyp, japanese-usage-dictionary, protobuf, id.def
cc-by-sa-30 # jawiki-latest-all-titles, mozcdic-ut-jawiki.txt, jawiki
Expand Down

0 comments on commit 9a6b9b0

Please sign in to comment.