enable gtk 3 properly

This commit is contained in:
Valentin Boettcher 2022-01-18 14:26:38 +01:00
parent 4f8082c589
commit c3cd361411

View file

@ -51,7 +51,7 @@
matplotlib = super.matplotlib.override (
{
enableGtk = true;
enableGtk3 = true;
}
);