diff options
author | Christopher Baines <mail@cbaines.net> | 2023-06-17 10:40:00 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-20 22:04:49 +0100 |
commit | 269e0261ba354ecdc9b62d7d93d4297359ee4bc7 (patch) | |
tree | 045bf6129ba14e0a6fb36012348b6bde17d76502 /gnu/packages/qt.scm | |
parent | 9daca9b8706893b4409c02180e11cefd59cca186 (diff) |
gnu: qtwebengine-5: Explicitly use ruby-2.7.
So that ruby can change without affecting this package and it's dependents.
* gnu/packages/qt.scm (qtwebengine-5)[native-inputs]: Explicitly use ruby-2.7.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index fca02e4a20..de070ecaf3 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2643,7 +2643,7 @@ linux/libcurl_wrapper.h") pkg-config python2-six python-2 - ruby)) + ruby-2.7)) (inputs (list alsa-lib at-spi2-core |