diff options
author | Liliana Marie Prikler <[email protected]> | 2023-12-18 09:29:48 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-12-18 09:29:48 +0100 |
commit | f410d49eb24db4eecae054dfe136464bc92ba8a3 (patch) | |
tree | 73b5b1cd00ee9dd1125d46689932919a1aa1c4c6 /gnu/packages/rednotebook.scm | |
parent | e2d9a8eb1441350c5561986b054046a2dde113c0 (diff) | |
parent | 256d5b3598fa2162e9712fc98781d2cb4ceda31e (diff) |
Merge branch 'wip-webkit'
Diffstat (limited to 'gnu/packages/rednotebook.scm')
-rw-r--r-- | gnu/packages/rednotebook.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm index f63104ad32..a5dcc26efd 100644 --- a/gnu/packages/rednotebook.scm +++ b/gnu/packages/rednotebook.scm @@ -71,7 +71,8 @@ `("LD_LIBRARY_PATH" ":" prefix (,webkitgtk-path))) #t)))))) (inputs - (list gtk+ gtksourceview-3 python-pyyaml python-pygobject webkitgtk)) + (list gtk+ gtksourceview-3 python-pyyaml python-pygobject + webkitgtk-for-gtk3)) ;; TODO: package the following for python3 (if possible), add them as ;; dependencies, and remove them from rednotebook source: ;; pygtkspellcheck, elib.intl, msgfmt, txt2tags |