pkgs/overrides/xmppc: patch to read password from file
This commit is contained in:
11
pkgs/overrides/xmppc.nix
Normal file
11
pkgs/overrides/xmppc.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
final: prev:
|
||||
prev.xmppc.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
version = "0.1.2-clerie-custom";
|
||||
patches = [
|
||||
(final.fetchpatch {
|
||||
# read password from file
|
||||
url = "https://codeberg.org/Anoxinon_e.V./xmppc/pulls/38.patch";
|
||||
hash = "sha256-gAD0mfuvqqC7AFtMdtbW+tJiD1F9tOP6/E0eJayDXqc=";
|
||||
})
|
||||
];
|
||||
})
|
Reference in New Issue
Block a user