summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-04 19:01:32 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-04 19:07:02 +0100
commit7b914b29864132ae73e4a0eb9656eec8bb05102f (patch)
tree059eed14f2e8bbfdbd54a7f11c51e7bf28af005c /pkgs/tools
parentae3b6811cc2d7e812f38115676159d95cec1c9ab (diff)
mu: leave mug off by default
This unbreaks the package after marking legacy webkit as insecure. Per upstream, mug is a toy.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/mu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index c82588559dfc..2813e7e655d4 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -1,7 +1,7 @@
{ fetchurl, stdenv, sqlite, pkgconfig, autoreconfHook
, xapian, glib, gmime, texinfo , emacs, guile
, gtk3, webkitgtk24x, libsoup, icu
-, withMug ? stdenv.isLinux }:
+, withMug ? false }:
stdenv.mkDerivation rec {
version = "0.9.18";