Fix wrong number of values from channel-derivations-by-system->guix-store-item

This commit is contained in:
Christopher Baines 2024-12-07 10:42:00 +00:00
parent 5ed98343d7
commit ba97dfc1fe

View file

@ -1570,7 +1570,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
(values (values
(derivation->output-path derivation-for-current-system) (derivation->output-path derivation-for-current-system)
derivation-file-name-for-current-system)) derivation-file-name-for-current-system))
#f))) (values #f #f))))
(prevent-inlining-for-tests channel-derivations-by-system->guix-store-item) (prevent-inlining-for-tests channel-derivations-by-system->guix-store-item)