diff options
author | Christopher Baines <mail@cbaines.net> | 2023-06-17 10:44:06 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-20 22:04:50 +0100 |
commit | afd51a088c7d41969cc34be008369eca78e6300b (patch) | |
tree | 01b22770f99c7929b3acd81009c6fb44994d549f | |
parent | 55f4ad865bd7300cb6a16e32ebf443a220726150 (diff) |
gnu: webkitgtk: Explicitly use ruby-2.
So that ruby can change without affecting this package and its dependants.
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Explicitly use ruby-2.7.
-rw-r--r-- | gnu/packages/webkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index f1b810adbd..5ab93ad9eb 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -222,7 +222,7 @@ engine that uses Wayland for graphics output.") pkg-config python-wrapper gi-docgen - ruby + ruby-2.7 unifdef)) (propagated-inputs (list gtk+ libsoup)) |