urh: add wrapGAppsHook3 (#357400)
This commit is contained in:
parent
d0b528f26c
commit
96ae446175
@ -2,6 +2,7 @@
|
|||||||
, hackrf, rtl-sdr, airspy, limesuite, libiio
|
, hackrf, rtl-sdr, airspy, limesuite, libiio
|
||||||
, libbladeRF
|
, libbladeRF
|
||||||
, qt5
|
, qt5
|
||||||
|
, wrapGAppsHook3
|
||||||
, USRPSupport ? false, uhd }:
|
, USRPSupport ? false, uhd }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
@ -15,7 +16,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
sha256 = "sha256-4Fe2+BUdnVdNQHqZeftXLabn/vTzgyynOtqy0rAb0Rk=";
|
sha256 = "sha256-4Fe2+BUdnVdNQHqZeftXLabn/vTzgyynOtqy0rAb0Rk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
nativeBuildInputs = [ qt5.wrapQtAppsHook wrapGAppsHook3 ];
|
||||||
buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF ]
|
buildInputs = [ hackrf rtl-sdr airspy limesuite libiio libbladeRF ]
|
||||||
++ lib.optional USRPSupport uhd
|
++ lib.optional USRPSupport uhd
|
||||||
++ lib.optional stdenv.hostPlatform.isLinux qt5.qtwayland;
|
++ lib.optional stdenv.hostPlatform.isLinux qt5.qtwayland;
|
||||||
|
Loading…
Reference in New Issue
Block a user