summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorMathieu Rene <mathieu.rene@gmail.com>2023-07-16 11:04:26 -0400
committerMathieu Rene <mathieu.rene@gmail.com>2023-07-22 22:15:02 -0400
commitf323730370c9c7361823fc9f0a03c73264a00160 (patch)
tree5395503b9f1f216d892917c312fc5e8b2afd2779 /pkgs/applications/radio
parent6e7ca62140f17b3e9fb9933f9291a7ab740c3505 (diff)
downloadnixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.tar
nixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.tar.gz
nixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.tar.bz2
nixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.tar.lz
nixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.tar.xz
nixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.tar.zst
nixpkgs-f323730370c9c7361823fc9f0a03c73264a00160.zip
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 ed4c797fac4..c057fe62f1c 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 {