From 2eea0f646c2c95232cd7baa70d0e68dd0e13cfd3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 4 Apr 2018 21:43:13 +0200 Subject: Remove my patched version of Gajim everywhere The config.patch doesn't apply for Gajim 1.0 anymore anyway, so let's throw everything away, including my custom config in order to start with a new abomination. With the new approach, I'm going to patch the configuration defaults *directly* into Gajim, because one of the problems with the old approach was that whenever specifics about a configuration value has changed, I didn't get noticed by a patch failure. So in the end the config I was ending up was a big mess. I'm going to start this with a new unpatched version and someday get to a patched version that I'm staisfied with... hopefully ;-) Signed-off-by: aszlig --- pkgs/aszlig/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/aszlig/default.nix') diff --git a/pkgs/aszlig/default.nix b/pkgs/aszlig/default.nix index acc2256b..d2bbeb77 100644 --- a/pkgs/aszlig/default.nix +++ b/pkgs/aszlig/default.nix @@ -1,9 +1,8 @@ -{ callPackage, callPackage_i686, boost155, gajim, vim_configurable, xournal }: +{ callPackage, callPackage_i686, vim_configurable, xournal }: { aacolorize = callPackage ./aacolorize { }; axbo = callPackage ./axbo { }; - gajim = callPackage ./gajim { inherit gajim; }; git-detach = callPackage ./git-detach { }; grandpa = callPackage ./grandpa { }; librxtx_java = callPackage ./librxtx-java { }; -- cgit 1.4.1