package rime-ice
This commit is contained in:
parent
e15627f5fc
commit
f33adf3801
10 changed files with 71 additions and 55 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
pinentry-selector = callPackage ./pinentry-selector.nix { };
|
||||
helix = callPackage ./helix { };
|
||||
juicity = callPackage ./juicity.nix { };
|
||||
rime-ice = callPackage ./rime-ice.nix { };
|
||||
}
|
||||
// (
|
||||
let
|
||||
|
|
@ -19,18 +20,3 @@ in
|
|||
in
|
||||
pkgs.lib.genAttrs [ "immersive-translate" "tridactyl" ] (name: firefox-addons."${name}")
|
||||
)
|
||||
// (
|
||||
let
|
||||
nur-xddxdd = (callPackage "${inputs.nur-xddxdd}/default.nix" { });
|
||||
in
|
||||
pkgs.lib.genAttrs [ "rime-zhwiki" "rime-moegirl" ] (name: nur-xddxdd."${name}")
|
||||
// {
|
||||
rime-ice = nur-xddxdd.rime-ice.overrideAttrs {
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue