Merge pull request #322265 from wucke13/dev/fix-urh-on-wayland

urh: add wayland support
This commit is contained in:
Artturin 2024-07-12 17:50:35 +03:00 committed by GitHub
commit 8f4e996a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [