Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

urh: add wayland support

authored by

Artturin and committed by
GitHub
8f4e996a 4c8eaad8

+1 -1
+1 -1
pkgs/applications/radio/urh/default.nix
··· 16 16 }; 17 17 18 18 nativeBuildInputs = [ qt5.wrapQtAppsHook ]; 19 - buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF ] 19 + buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF qt5.qtwayland ] 20 20 ++ lib.optional USRPSupport uhd; 21 21 22 22 propagatedBuildInputs = with python3Packages; [