gnuplot_qt: fix overrides (#510583)
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
gnuplot,
|
||||
}:
|
||||
...
|
||||
}@args:
|
||||
|
||||
gnuplot.override {
|
||||
withQt = true;
|
||||
}
|
||||
gnuplot.override (
|
||||
{
|
||||
withQt = true;
|
||||
withWxGTK = false; # Explicitly prevent dual-GUI bloat
|
||||
}
|
||||
// removeAttrs args [ "gnuplot" ]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user