guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Update for the changes around (guix scripts subst


From: Christopher Baines
Subject: branch master updated: Update for the changes around (guix scripts substitute)
Date: Fri, 09 Apr 2021 06:27:48 -0400

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 df2a0a7  Update for the changes around (guix scripts substitute)
df2a0a7 is described below

commit df2a0a73f1f35ea53ba6c07a6ad4c5347ba12b8f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Apr 9 11:27:19 2021 +0100

    Update for the changes around (guix scripts substitute)
    
    There's now a better (guix substitutes) module to use.
---
 guix-data-service/builds.scm      | 1 -
 guix-data-service/substitutes.scm | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix-data-service/builds.scm b/guix-data-service/builds.scm
index fdae811..ba93958 100644
--- a/guix-data-service/builds.scm
+++ b/guix-data-service/builds.scm
@@ -35,7 +35,6 @@
                           (open-connection-for-uri
                            . guix:open-connection-for-uri)))
   #:use-module ((guix build utils) #:select (dump-port))
-  #:use-module (guix scripts substitute)
   #:use-module (guix-data-service database)
   #:use-module (guix-data-service builds)
   #:use-module (guix-data-service model utils)
diff --git a/guix-data-service/substitutes.scm 
b/guix-data-service/substitutes.scm
index 7cc3c1d..4375a09 100644
--- a/guix-data-service/substitutes.scm
+++ b/guix-data-service/substitutes.scm
@@ -18,7 +18,7 @@
 (define-module (guix-data-service substitutes)
   #:use-module (srfi srfi-1)
   #:use-module (ice-9 match)
-  #:use-module (guix scripts substitute)
+  #:use-module (guix substitutes)
   #:use-module (guix narinfo)
   #:use-module (guix-data-service database)
   #:use-module (guix-data-service model build-server)



reply via email to

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