diff options
| author | sternenseemann <sternenseemann@systemli.org> | 2022-05-26 20:12:05 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-26 20:45:13 +0000 |
| commit | b904d062b2ab0a0d37768a4a99f0ba4de937b31b (patch) | |
| tree | 9c3e1cd2a1a0846ca26ba54c267567b03789c586 | |
| parent | scribus: Rename scribus{,Unstable} -> scribus{_1_4,} (diff) | |
| download | nixpkgs-b904d062b2ab0a0d37768a4a99f0ba4de937b31b.tar.gz | |
gajim: don't vendor old plugin_installer
With 1.4.0 the plugin_installer was added to the main Gajim source tree,
so we no longer need to fetch the plugins repository.
(cherry picked from commit f63c5a45c2010583c83d181bd8eba4b3745460e0)
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/gajim/default.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/applications/networking/instant-messengers/gajim/default.nix b/pkgs/applications/networking/instant-messengers/gajim/default.nix index aad4b24d7404..8d5c881459d5 100644 --- a/pkgs/applications/networking/instant-messengers/gajim/default.nix +++ b/pkgs/applications/networking/instant-messengers/gajim/default.nix @@ -43,21 +43,6 @@ python3.pkgs.buildPythonApplication rec { gettext wrapGAppsHook ]; - # Workaround for https://dev.gajim.org/gajim/gajim/-/issues/10719. - # We don't use plugin release URL because it's updated in place. - plugins = fetchFromGitLab { - domain = "dev.gajim.org"; - owner = "gajim"; - repo = "gajim-plugins"; - rev = "fea522e4360cec6ceacbf1df92644ab3343d4b99"; - sha256 = "sha256-CmwEiLsdldoOfgHfWL/5hf/dp0HEDNAIlc5N0Np20KE="; - }; - - postPatch = '' - mkdir -p gajim/data/plugins - cp -r $plugins/plugin_installer gajim/data/plugins - ''; - dontWrapGApps = true; preFixup = '' |
