summary refs log tree commit diff
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
parent4f28129a3b93cfd838cce5e3c7912700df7369a6 (diff)
parentf323730370c9c7361823fc9f0a03c73264a00160 (diff)
downloadnixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.tar
nixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.tar.gz
nixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.tar.bz2
nixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.tar.lz
nixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.tar.xz
nixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.tar.zst
nixpkgs-988b93ec0d977495e2e5375c3d6a6cfc175d9774.zip
Merge pull request #243817 from mrene/limesuite/fix-darwin-build
limesuite: fix darwin build
-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 {