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
|
{ fetchurl, stdenv, sqlite, pkgconfig, autoreconfHook
|
||||||
, xapian, glib, gmime, texinfo , emacs, guile
|
, xapian, glib, gmime, texinfo , emacs, guile
|
||||||
, gtk3, webkitgtk24x, libsoup, icu
|
, gtk3, webkitgtk24x, libsoup, icu
|
||||||
, withMug ? stdenv.isLinux }:
|
, withMug ? false }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.9.18";
|
version = "0.9.18";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user