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;