packages: Remove the patched Gajim

This commit is contained in:
2023-07-21 20:11:38 +02:00
parent 45e93b353c
commit 650d566f8d
4 changed files with 10 additions and 124 deletions

View File

@@ -66,4 +66,14 @@ final: prev: {
# pkgsi686Linux = prev.pkgsi686Linux.extend (pfinal: pprev: {
# directx-shader-compiler = pprev.directx-shader-compiler.override {stdenv = pfinal.gcc11Stdenv;};
# });
gajim = prev.gajim.overrideAttrs (old: {
propagatedBuildInputs = old.propagatedBuildInputs ++ [
# Make the tray icon work
prev.libappindicator-gtk3
# Play sounds
prev.gsound
];
});
}