13 lines
171 B
Nix
13 lines
171 B
Nix
{
|
|
gnuplot,
|
|
...
|
|
}@args:
|
|
|
|
gnuplot.override (
|
|
{
|
|
withQt = true;
|
|
withWxGTK = false; # Explicitly prevent dual-GUI bloat
|
|
}
|
|
// removeAttrs args [ "gnuplot" ]
|
|
)
|