chirp: use wrapGAppsHook to fix file manager crash

This commit is contained in:
Jade 2023-04-16 21:59:46 -04:00
parent 9e3b2a5822
commit beb3583b77
No known key found for this signature in database
GPG key ID: 80A1F76FC9F954AE

View file

@ -1,7 +1,10 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, glib
, gsettings-desktop-schemas
, python3 , python3
, unstableGitUpdater , unstableGitUpdater
, wrapGAppsHook
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -14,7 +17,13 @@ python3.pkgs.buildPythonApplication rec {
rev = "33402b7c545c5a92b7042369867e7eb75ef32a59"; rev = "33402b7c545c5a92b7042369867e7eb75ef32a59";
hash = "sha256-duSEpd2GBBskoKNFos5X9wFtsjRct1918VhZd1T2rvU="; hash = "sha256-duSEpd2GBBskoKNFos5X9wFtsjRct1918VhZd1T2rvU=";
}; };
buildInputs = [
glib
gsettings-desktop-schemas
];
nativeBuildInputs = [
wrapGAppsHook
];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
future future
pyserial pyserial