about summary refs log tree commit diff
path: root/machines/aszlig/managed
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-04-23 23:55:55 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-04-23 23:55:55 +0200
commit97e440e996e9c418e46af3dbcdba58595b5c11ea (patch)
treebb996e67ecd5b65acaac9db6260ec43e2b91d148 /machines/aszlig/managed
parentd84890a208614ba305e66ba96f81f7e2fd378c27 (diff)
pkgs: Add an overridden Gajim with old pycrypto
This is for the time being until either NixOS/nixpkgs#21671 has been
resolved or the next major version of Gajim has been released, because
the latter no longer uses pycrypto.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/managed')
-rw-r--r--machines/aszlig/managed/brawndo.nix2
-rw-r--r--machines/aszlig/managed/tyree.nix8
2 files changed, 5 insertions, 5 deletions
diff --git a/machines/aszlig/managed/brawndo.nix b/machines/aszlig/managed/brawndo.nix
index 61e7925b..99bc1c32 100644
--- a/machines/aszlig/managed/brawndo.nix
+++ b/machines/aszlig/managed/brawndo.nix
@@ -59,7 +59,7 @@ in {
     vuizvui.aszlig.axbo
     chromium
     file
-    gajim
+    vuizvui.aszlig.gajim
     gimp
     git
     gpodder
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 7b14628c..9d7dfffe 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -8,10 +8,10 @@
   boot.loader.efi.canTouchEfiVariables = true;
 
   environment.systemPackages = with pkgs; [
-    calibre cdparanoia chromium figlet gajim gimp htop inkscape thunderbird
-    kdeApplications.gwenview kdeApplications.okular krita libreoffice mosh mpv
-    pciutils vlc vuizvui.aszlig.tomahawk wget wine youtubeDL
-    unfreeAndNonDistributablePkgs.skype
+    calibre cdparanoia chromium figlet vuizvui.aszlig.gajim gimp htop inkscape
+    thunderbird kdeApplications.gwenview kdeApplications.okular krita
+    libreoffice mosh mpv pciutils vlc vuizvui.aszlig.tomahawk wget wine
+    youtubeDL unfreeAndNonDistributablePkgs.skype
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";