Skip to content

Commit

Permalink
mu: leave mug off by default
Browse files Browse the repository at this point in the history
This unbreaks the package after marking legacy webkit as
insecure.  Per upstream, mug is a toy.

(cherry picked from commit 7b914b2)
  • Loading branch information
joachifm committed Mar 4, 2017
1 parent 84deb22 commit 5de841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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";
Expand Down

0 comments on commit 5de841b

Please sign in to comment.