Skip to content

Commit

Permalink
Merge pull request #226569 from witchof0x20/chirp_fixes
Browse files Browse the repository at this point in the history
chirp: use wrapGAppsHook to fix file manager crash
  • Loading branch information
wegank authored Apr 17, 2023
2 parents b534f92 + beb3583 commit 4503493
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pkgs/applications/radio/chirp/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{ lib
, fetchFromGitHub
, glib
, gsettings-desktop-schemas
, python3
, unstableGitUpdater
, wrapGAppsHook
}:

python3.pkgs.buildPythonApplication rec {
Expand All @@ -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
Expand Down

0 comments on commit 4503493

Please sign in to comment.