lol

urh: add wrapGAppsHook3 (#357400)

authored by

Paw Møller and committed by
GitHub
96ae4461 d0b528f2

+2 -1
+2 -1
pkgs/by-name/ur/urh/package.nix
··· 2 2 , hackrf, rtl-sdr, airspy, limesuite, libiio 3 3 , libbladeRF 4 4 , qt5 5 + , wrapGAppsHook3 5 6 , USRPSupport ? false, uhd }: 6 7 7 8 python3Packages.buildPythonApplication rec { ··· 15 16 sha256 = "sha256-4Fe2+BUdnVdNQHqZeftXLabn/vTzgyynOtqy0rAb0Rk="; 16 17 }; 17 18 18 - nativeBuildInputs = [ qt5.wrapQtAppsHook ]; 19 + nativeBuildInputs = [ qt5.wrapQtAppsHook wrapGAppsHook3 ]; 19 20 buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF ] 20 21 ++ lib.optional USRPSupport uhd 21 22 ++ lib.optional stdenv.hostPlatform.isLinux qt5.qtwayland;