gnuplot_qt: fix overrides (#510583)

This commit is contained in:
Weijia Wang
2026-04-16 17:11:48 +00:00
committed by GitHub
+9 -4
View File
@@ -1,7 +1,12 @@
{
gnuplot,
}:
...
}@args:
gnuplot.override {
withQt = true;
}
gnuplot.override (
{
withQt = true;
withWxGTK = false; # Explicitly prevent dual-GUI bloat
}
// removeAttrs args [ "gnuplot" ]
)