Merge pull request #243817 from mrene/limesuite/fix-darwin-build

limesuite: fix darwin build
This commit is contained in:
Nikolay Korotkiy
2023-07-23 13:40:52 +04:00
committed by GitHub
@@ -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 {