From a4e33930501cbd862aaa67389ca4e611fe3a8c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 17 Jan 2015 15:24:47 +0100 Subject: [PATCH] matplotlib: be consistent --- pkgs/development/python-modules/matplotlib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index 5dcd1dda9486..d22c8cf32313 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -3,7 +3,7 @@ , freetype, libpng, pkgconfig, mock, pytz, pygobject3 , enableGhostscript ? false, ghostscript ? null, gtk3 , enableGtk2 ? false, pygtk ? null, gobjectIntrospection -, enableGtk3 ? true, cairo +, enableGtk3 ? false, cairo }: assert enableGhostscript -> ghostscript != null;