chirp: use wrapGAppsHook to fix file manager crash
This commit is contained in:
parent
9e3b2a5822
commit
beb3583b77
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue