mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
overlays: move fcitx5-table-extra patch to top-level
This commit is contained in:
parent
3e916fc7fc
commit
76ed0c10f4
4 changed files with 32 additions and 11 deletions
18
nix/overlays/fcitx5-table-extra-taiwanese.nix
Normal file
18
nix/overlays/fcitx5-table-extra-taiwanese.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
let
|
||||
sources = import ../sources.nix;
|
||||
in
|
||||
final: prev: {
|
||||
fcitx5-table-extra = prev.fcitx5-table-extra.overrideAttrs (oldAttrs: {
|
||||
src = sources.fcitx5-table-extra;
|
||||
nativeBuildInputs =
|
||||
oldAttrs.nativeBuildInputs or []
|
||||
++ [
|
||||
final.python3
|
||||
];
|
||||
preConfigure =
|
||||
oldAttrs.preConfigure or ""
|
||||
+ ''
|
||||
python3 ./generate.py
|
||||
'';
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue