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
commit 988b93ec0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {