gqrx: add darwin bundle

This commit is contained in:
Nikolay Korotkiy
2025-05-25 22:07:41 +02:00
committed by Bjørn Forsman
parent b6882e2b18
commit 0a6bc066da
+3 -1
View File
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
cmake,
desktopToDarwinBundle,
pkg-config,
qtbase,
qtsvg,
@@ -45,7 +46,8 @@ gnuradioMinimal.pkgs.mkDerivation rec {
pkg-config
wrapQtAppsHook
wrapGAppsHook3
];
] ++ lib.optional stdenv.hostPlatform.isDarwin desktopToDarwinBundle;
buildInputs =
[
gnuradioMinimal.unwrapped.logLib