Fix squee compatability issues for serving derivations
This commit is contained in:
parent
d8e0b24e4c
commit
e85131a004
1 changed files with 2 additions and 2 deletions
|
|
@ -1299,8 +1299,8 @@ WHERE derivation_source_files.store_path = $1"
|
||||||
(double-quote
|
(double-quote
|
||||||
(string-append
|
(string-append
|
||||||
(if recursive? "r:" "")
|
(if recursive? "r:" "")
|
||||||
hash-algorithm))
|
(or hash-algorithm "")))
|
||||||
(double-quote hash)))))
|
(double-quote (or hash ""))))))
|
||||||
derivation-outputs))
|
derivation-outputs))
|
||||||
;; Inputs
|
;; Inputs
|
||||||
,(square-brackets-list
|
,(square-brackets-list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue