packages: remove searx patch
This commit is contained in:
parent
b6b8e89652
commit
b428b6cde6
11
packages.nix
11
packages.nix
@ -12,17 +12,6 @@ in
|
||||
roomId = "!FsUSHSNMPMVTFFcvJo:maxwell.ydns.eu";
|
||||
authToken = config.secrets.passwords.matrix;
|
||||
};
|
||||
|
||||
searx = super.searx.overrideAttrs (old: {
|
||||
patches = [
|
||||
# Fix a crash, remove with the next update
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/searx/searx/commit/9c10b150963babb7f0b52081693a42b2e61eede9.patch";
|
||||
sha256 = "0svp8799628wja2hq59da6rxqi99am8p6hb8y27ciwzsjz0wwba7";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
monero = unstable.monero;
|
||||
element-web = unstable.element-web;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user