File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2+ stdenv ,
23 lib ,
34 fetchFromGitHub ,
45 gtk3 ,
1011 gobject-introspection ,
1112 wrapGAppsHook3 ,
1213 gettext ,
14+ desktopToDarwinBundle ,
1315 # Optional packages:
1416 enableOSM ? true ,
1517 osm-gps-map ,
@@ -52,13 +54,18 @@ buildPythonApplication rec {
5254 python3Packages . setuptools
5355 ] ;
5456
55- nativeCheckInputs = [
56- glibcLocales
57- python3Packages . unittestCheckHook
58- python3Packages . jsonschema
59- python3Packages . mock
60- python3Packages . lxml
61- ] ;
57+ nativeCheckInputs =
58+ [
59+ glibcLocales
60+ python3Packages . unittestCheckHook
61+ python3Packages . jsonschema
62+ python3Packages . mock
63+ python3Packages . lxml
64+ ]
65+ # TODO: use JHBuild to build the Gramps' bundle
66+ ++ lib . optionals stdenv . hostPlatform . isDarwin [
67+ desktopToDarwinBundle
68+ ] ;
6269
6370 buildInputs =
6471 [
You can’t perform that action at this time.
0 commit comments