[geany/geany-osx] ad41b2: Workaround for missing pygments module
Jiří Techet
git-noreply at xxxxx
Mon Aug 9 10:16:51 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Mon, 09 Aug 2021 10:16:51 UTC
Commit: ad41b2eeab0d442fd8eaa34dc39f56f7cbbe1892
https://github.com/geany/geany-osx/commit/ad41b2eeab0d442fd8eaa34dc39f56f7cbbe1892
Log Message:
-----------
Workaround for missing pygments module
Modified Paths:
--------------
README.md
Modified: README.md
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -104,7 +104,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
5. Install GTK and all of its dependencies by running the following
command inside the `geany-osx` directory:
```
- jhbuild bootstrap-gtk-osx && jhbuild build python3 meta-gtk-osx-bootstrap meta-gtk-osx-gtk3
+ jhbuild bootstrap-gtk-osx && jhbuild build python3 && jhbuild run pip3 install pygments && jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-gtk3
```
The upstream project is sometimes in an unstable state and fails to build;
if this happens, you can use our snapshot of modulesets which was used
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list