parent
6002b09ca6
commit
9b13868f9a
10 changed files with 343 additions and 172 deletions
|
|
@ -27,5 +27,16 @@ inputs: self: super: {
|
|||
fido2-hid-bridge = super.callPackage ../packages/fido2-hid-bridge.nix {};
|
||||
python-uhid = super.callPackage ../packages/uhid.nix {};
|
||||
caddy-desec = super.callPackage ../packages/caddy-desec.nix {};
|
||||
ibus-patched = super.unstable.ibus.overrideAttrs (old: {
|
||||
patches = old.patches ++ [
|
||||
# (builtins.head old.patches)
|
||||
# (builtins.head (builtins.tail old.patches))
|
||||
(self.fetchpatch2 {
|
||||
url = "https://github.com/ibus/ibus/commit/dde00b1b689037e70d79a703aa028f7c3de289e2.patch";
|
||||
hash = "sha256-Q5XANWsN7f9Kcno8Icgn8wlXL489YlcrlUrqeA67nWU=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue