Fix wrong number of values from channel-derivations-by-system->guix-store-item
This commit is contained in:
parent
5ed98343d7
commit
ba97dfc1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue