summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-01-17 15:24:47 +0100
committerDomen Kožar <domen@dev.si>2015-01-17 15:24:54 +0100
commita4e33930501cbd862aaa67389ca4e611fe3a8c2c (patch)
tree76e8cd67284e23d0572c94772778e0f73d92ae6b /pkgs/development/python-modules/matplotlib
parent60f83499eb6890965a42203a200f054f714249c8 (diff)
matplotlib: be consistent
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/default.nix2
1 files changed, 1 insertions, 1 deletions
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;