From b504094262b78db0e00418d0cd7a921c982f7f68 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 26 Dec 2019 09:34:08 +0000 Subject: [PATCH] Use the returned file name in select-derivation-by-file-name They should be the same, but it seems more sensible to return the value from the database. --- guix-data-service/model/derivation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-data-service/model/derivation.scm b/guix-data-service/model/derivation.scm index 5b950e3..efccd6c 100644 --- a/guix-data-service/model/derivation.scm +++ b/guix-data-service/model/derivation.scm @@ -600,7 +600,7 @@ VALUES ($1, $2)" #f) (((id file_name builder args env_vars system)) (list (string->number id) - file-name + file_name builder (parse-postgresql-array-string args) (map (match-lambda