Loading pkgs/applications/radio/limesuite/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , sqlite, wxGTK32, libusb1, soapysdr , mesa_glu, libX11, gnuplot, fltk , GLUT , withGui ? !stdenv.isDarwin # withGui transitively depends on mesa, which is broken on darwin , withGui ? false }: stdenv.mkDerivation rec { Loading Loading @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { license = licenses.asl20; maintainers = with maintainers; [ markuskowa ]; platforms = platforms.unix; badPlatforms = lib.optionals withGui platforms.darwin; # withGui transitively depends on mesa, which is broken on darwin }; } pkgs/top-level/all-packages.nix +10 −3 Original line number Diff line number Diff line Loading @@ -10490,9 +10490,16 @@ with pkgs; lidarr = callPackage ../servers/lidarr { }; inherit ({ limesuite = callPackage ../applications/radio/limesuite { inherit (darwin.apple_sdk.frameworks) GLUT; }; limesuiteWithGui = limesuite.override { withGui = true; }; }) limesuite limesuiteWithGui; limesurvey = callPackage ../servers/limesurvey { }; Loading
pkgs/applications/radio/limesuite/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , sqlite, wxGTK32, libusb1, soapysdr , mesa_glu, libX11, gnuplot, fltk , GLUT , withGui ? !stdenv.isDarwin # withGui transitively depends on mesa, which is broken on darwin , withGui ? false }: stdenv.mkDerivation rec { Loading Loading @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { license = licenses.asl20; maintainers = with maintainers; [ markuskowa ]; platforms = platforms.unix; badPlatforms = lib.optionals withGui platforms.darwin; # withGui transitively depends on mesa, which is broken on darwin }; }
pkgs/top-level/all-packages.nix +10 −3 Original line number Diff line number Diff line Loading @@ -10490,9 +10490,16 @@ with pkgs; lidarr = callPackage ../servers/lidarr { }; inherit ({ limesuite = callPackage ../applications/radio/limesuite { inherit (darwin.apple_sdk.frameworks) GLUT; }; limesuiteWithGui = limesuite.override { withGui = true; }; }) limesuite limesuiteWithGui; limesurvey = callPackage ../servers/limesurvey { };