mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: sugar-help-activity: Add missing input.
* gnu/packages/sugar.scm (sugar-help-activity)[propagated-inputs]: Add webkitgtk-for-gtk3. [arguments]: Patch to use WebKit2 4.1 instead of 4.0 in new phase 'use-newer-webkit. Change-Id: I513970830ac6c5c0b8026a7d015604b8dc8bff9b
This commit is contained in:
@@ -755,6 +755,11 @@ things to enhance your use of the Journal.")
|
||||
#:test-target "check"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'use-newer-webkit
|
||||
(lambda _
|
||||
(substitute* "helpactivity.py"
|
||||
(("'WebKit2', '4.0'")
|
||||
"'WebKit2', '4.1'"))))
|
||||
(add-after 'unpack 'patch-launcher
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "activity/activity.info"
|
||||
@@ -770,6 +775,8 @@ things to enhance your use of the Journal.")
|
||||
(native-inputs
|
||||
(list sugar-toolkit-gtk3
|
||||
python-sphinx))
|
||||
(propagated-inputs
|
||||
(list webkitgtk-for-gtk3))
|
||||
(home-page "https://github.com/sugarlabs/help-activity")
|
||||
(synopsis "Sugar activity for accessing documentation and manuals")
|
||||
(description "This is an activity for the Sugar environment which aims
|
||||
|
||||
Reference in New Issue
Block a user