about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-07-23 13:40:52 +0400
committerGitHub <noreply@github.com>2023-07-23 13:40:52 +0400
commit988b93ec0d977495e2e5375c3d6a6cfc175d9774 (patch)
tree12aa6696b482fe338fbeafa7b4035de034ac2446 /pkgs/applications/radio
parent4f28129a3b93cfd838cce5e3c7912700df7369a6 (diff)
parentf323730370c9c7361823fc9f0a03c73264a00160 (diff)
Merge pull request #243817 from mrene/limesuite/fix-darwin-build
limesuite: fix darwin build
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/limesuite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/limesuite/default.nix b/pkgs/applications/radio/limesuite/default.nix
index ed4c797fac474..c057fe62f1c60 100644
--- a/pkgs/applications/radio/limesuite/default.nix
+++ b/pkgs/applications/radio/limesuite/default.nix
@@ -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 {