limesuite: fix darwin build

This commit is contained in:
Mathieu Rene 2023-07-16 11:04:26 -04:00
parent 6e7ca62140
commit f323730370

View File

@ -2,7 +2,7 @@
, sqlite, wxGTK32, libusb1, soapysdr
, mesa_glu, libX11, gnuplot, fltk
, GLUT
, withGui ? true
, withGui ? !stdenv.isDarwin # withGui transitively depends on mesa, which is broken on darwin
}:
stdenv.mkDerivation rec {