Merge pull request #243817 from mrene/limesuite/fix-darwin-build
limesuite: fix darwin build
This commit is contained in:
commit
988b93ec0d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue