From 06336ad012c897d2e787ca8f3dd63b48c265a44d Mon Sep 17 00:00:00 2001 From: wucke13 Date: Mon, 24 Jun 2024 23:04:19 +0200 Subject: [PATCH] urh: add wayland support --- pkgs/applications/radio/urh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/radio/urh/default.nix b/pkgs/applications/radio/urh/default.nix index 6363670d56b75..5b843f3a25836 100644 --- a/pkgs/applications/radio/urh/default.nix +++ b/pkgs/applications/radio/urh/default.nix @@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec { }; nativeBuildInputs = [ qt5.wrapQtAppsHook ]; - buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF ] + buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF qt5.qtwayland ] ++ lib.optional USRPSupport uhd; propagatedBuildInputs = with python3Packages; [