Unverified Commit 202dde01 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gnuplot_qt: fix overrides (#510583)

parents 83043b2c 2b50fc96
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
{
  gnuplot,
}:
  ...
}@args:

gnuplot.override {
gnuplot.override (
  {
    withQt = true;
    withWxGTK = false; # Explicitly prevent dual-GUI bloat
  }
  // removeAttrs args [ "gnuplot" ]
)