diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 14:49:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:47 +0100 |
| commit | cd6140ac0c781f20dabc1e88ec99feb301ae8e3c (patch) | |
| tree | 43f586fd372c3279be10a88903311b5f92657bc1 /gnu | |
| parent | d14cfbedb48e51e11a88b7a79bd9ef6821813046 (diff) | |
gnu: qtwebengine-5: Fix build.
* gnu/packages/qt.scm (qtwebengine-5)[native-inputs]: Remove
python2-six, python-2, and ruby-2.7; add python-six, python-wrapper, and
ruby.
Fixes: guix/guix#2847.
Change-Id: I34d87dd6e178da9c0d3bc42dc9aa7dbf5ff7b2e4
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/qt.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 889a8e3c43c..3ad2181530b 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -3575,10 +3575,9 @@ linux/libcurl_wrapper.h") node-lts perl pkg-config - python2-six - python-2 - ;; TODO Move to ruby@3 on the next rebuild cycle. - ruby-2.7)) + python-six + python-wrapper + ruby)) (inputs (list alsa-lib at-spi2-core |
