Skip to content

Commit

Permalink
Merge pull request #322265 from wucke13/dev/fix-urh-on-wayland
Browse files Browse the repository at this point in the history
urh: add wayland support
  • Loading branch information
Artturin authored Jul 12, 2024
2 parents 4c8eaad + 06336ad commit 8f4e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/radio/urh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 8f4e996

Please sign in to comment.