Unverified Commit 988b93ec authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

limesuite: fix darwin build
parents 4f28129a f3237303
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {