summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@andre-bubel.de>2017-10-12 22:08:20 +0200
committerAndré-Patrick Bubel <code@andre-bubel.de>2017-10-19 05:10:19 +0200
commit7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb (patch)
treea212baa4c203ea895b5152249bd038427379d78d /pkgs/top-level
parent07e81b66f228d6d2d4ff059c6ba85a0202d31058 (diff)
downloadnixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.tar
nixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.tar.gz
nixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.tar.bz2
nixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.tar.lz
nixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.tar.xz
nixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.tar.zst
nixlib-7a82f81b84dd5e98a43719e5ee8576d65e2f7cfb.zip
profanity: enable support for python plugins
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a9a3674ee6c1..b33c9ffe1a53 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -16084,6 +16084,7 @@ with pkgs;
     notifySupport   = config.profanity.notifySupport   or true;
     traySupport     = config.profanity.traySupport     or true;
     autoAwaySupport = config.profanity.autoAwaySupport or true;
+    python = python3;
   };
 
   psi = kde4.callPackage ../applications/networking/instant-messengers/psi { };