about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-02-13 20:04:08 +0000
committerGitHub <noreply@github.com>2019-02-13 20:04:08 +0000
commit8384cfe455f3551839d9bfb483994d3e15b9e25c (patch)
tree307a7bbec2162fe2bcddffb0626f7b7d89cb8343 /pkgs/applications/networking/instant-messengers
parent7cc1f8e032b4e532cf4f9f407bad344918e24b3f (diff)
parent88ca6dd78a320d8eb8ee99a074e7ffceedeabc1e (diff)
downloadnixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.tar
nixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.tar.gz
nixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.tar.bz2
nixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.tar.lz
nixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.tar.xz
nixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.tar.zst
nixlib-8384cfe455f3551839d9bfb483994d3e15b9e25c.zip
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
all-packages.nix: move defaults to package files
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/profanity/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/profanity/default.nix b/pkgs/applications/networking/instant-messengers/profanity/default.nix
index cf852ada369f..ae2f6f103049 100644
--- a/pkgs/applications/networking/instant-messengers/profanity/default.nix
+++ b/pkgs/applications/networking/instant-messengers/profanity/default.nix
@@ -2,9 +2,9 @@
 , glibcLocales, expect, ncurses, libotr, curl, readline, libuuid
 , cmocka, libmicrohttpd, stabber, expat, libmesode
 
-, autoAwaySupport ? false,       libXScrnSaver ? null, libX11 ? null
-, notifySupport ? false,         libnotify ? null, gdk_pixbuf ? null
-, traySupport ? false,           gnome2 ? null
+, autoAwaySupport ? true,       libXScrnSaver ? null, libX11 ? null
+, notifySupport ? true,         libnotify ? null, gdk_pixbuf ? null
+, traySupport ? true,           gnome2 ? null
 , pgpSupport ? true,            gpgme ? null
 , pythonPluginSupport ? true,   python ? null
 }: