gnuplot_qt: fix withCaca = true breakage using removeAttrs;

This commit is contained in:
Guy Chronister
2026-04-16 10:26:02 -05:00
parent bb198636b5
commit 2b50fc9609
+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" ]
)