diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-06-10 17:49:05 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-06-10 17:53:09 +0300 |
commit | 8fad0210007cbe743872b4187b9c5e540d0d950f (patch) | |
tree | ae42f756aebcbd28a6b98b128be908403c5912c2 /gnu/packages/web.scm | |
parent | b513e310dca8ce94ac77b032da16c0a054c2556d (diff) |
gnu: jq: Use tzdata-for-tests.
* gnu/packages/web.scm (jq)[native-inputs]: Replace tzdata with
tzdata-for-tests.
Change-Id: Ic6a8fe97fb2a2f83529ceff5f5ef73dfaff5ff7d
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 5c2cb58eb0..22369cd3f5 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2016 Jelle Licht <jlicht@fsfe.org> -;;; Copyright © 2016-2024 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016-2025 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2016, 2023 Clément Lassieur <clement@lassieur.org> @@ -5637,7 +5637,7 @@ It uses the uwsgi protocol for all the networking/interprocess communications.") (append ;; TODO: fix gems to generate documentation ;(list ruby bundler) - (list tzdata) ;; needed for tests + (list tzdata-for-tests) ; needed for tests (if (member (%current-system) (package-supported-systems valgrind/pinned)) (list valgrind/pinned) |