mu: leave mug off by default
This unbreaks the package after marking legacy webkit as insecure. Per upstream, mug is a toy.
This commit is contained in:
parent
ae3b6811cc
commit
7b914b2986
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user