diff --git a/pkgs/applications/radio/chirp/default.nix b/pkgs/applications/radio/chirp/default.nix index 52d3c566179..11011293ffd 100644 --- a/pkgs/applications/radio/chirp/default.nix +++ b/pkgs/applications/radio/chirp/default.nix @@ -1,7 +1,10 @@ { lib , fetchFromGitHub +, glib +, gsettings-desktop-schemas , python3 , unstableGitUpdater +, wrapGAppsHook }: python3.pkgs.buildPythonApplication rec { @@ -14,7 +17,13 @@ python3.pkgs.buildPythonApplication rec { rev = "33402b7c545c5a92b7042369867e7eb75ef32a59"; hash = "sha256-duSEpd2GBBskoKNFos5X9wFtsjRct1918VhZd1T2rvU="; }; - + buildInputs = [ + glib + gsettings-desktop-schemas + ]; + nativeBuildInputs = [ + wrapGAppsHook + ]; propagatedBuildInputs = with python3.pkgs; [ future pyserial