Merge pull request #226569 from witchof0x20/chirp_fixes

chirp: use wrapGAppsHook to fix file manager crash
This commit is contained in:
Weijia Wang
2023-04-17 09:33:22 +03:00
committed by GitHub
+10 -1
View File
@@ -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