Unverified Commit 2b50fc96 authored by Guy Chronister's avatar Guy Chronister
Browse files

gnuplot_qt: fix withCaca = true breakage using removeAttrs;

parent bb198636
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" ]
)