summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e285c8f8b7..e2deee47da 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5597,8 +5597,8 @@ It uses the uwsgi protocol for all the networking/interprocess communications.")
;(list ruby bundler)
'()
(if (member (%current-system)
- (package-supported-systems valgrind))
- (list valgrind)
+ (package-supported-systems valgrind/pinned))
+ (list valgrind/pinned)
'())))
(build-system gnu-build-system)
(home-page "https://jqlang.github.io/jq/")