asn1editor: add wrapGAppsHook3 to fix file dialog crash (#494886)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-27 18:21:02 +00:00
committed by GitHub
+2
View File
@@ -2,6 +2,7 @@
lib,
python3,
fetchFromGitHub,
wrapGAppsHook3,
}:
python3.pkgs.buildPythonApplication (finalAttrs: {
@@ -18,6 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
build-system = with python3.pkgs; [
setuptools
wrapGAppsHook3
];
dependencies = with python3.pkgs; [