guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Adjust for the introduction of (guix narinfo)


From: Christopher Baines
Subject: branch master updated: Adjust for the introduction of (guix narinfo)
Date: Mon, 01 Feb 2021 03:42:54 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 060df92  Adjust for the introduction of (guix narinfo)
060df92 is described below

commit 060df92557d5a32dbd3ae4a32c2c5725cd53e09b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Feb 1 08:42:26 2021 +0000

    Adjust for the introduction of (guix narinfo)
---
 guix-data-service/model/nar.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix-data-service/model/nar.scm b/guix-data-service/model/nar.scm
index b9fe215..69dc0a4 100644
--- a/guix-data-service/model/nar.scm
+++ b/guix-data-service/model/nar.scm
@@ -24,7 +24,7 @@
   #:use-module (rnrs bytevectors)
   #:use-module (gcrypt pk-crypto)
   #:use-module (gcrypt base16)
-  #:use-module (guix scripts substitute)
+  #:use-module (guix narinfo)
   #:use-module (guix-data-service model utils)
   #:export (select-outputs-without-known-nar-entries
             select-nars-for-output
@@ -36,7 +36,7 @@
             record-narinfo-details-and-return-ids))
 
 (define narinfo-contents
-  (@@ (guix scripts substitute) narinfo-contents))
+  (@@ (guix narinfo) narinfo-contents))
 
 (define (record-narinfo-details-and-return-ids conn build-server-id narinfos)
   (define data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]