guix-commits
[Top][All Lists]
Advanced

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

05/05: build-self: Explain why we keep using deprecated bindings.


From: guix-commits
Subject: 05/05: build-self: Explain why we keep using deprecated bindings.
Date: Tue, 23 Apr 2019 10:40:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 04fa9c62d94e35fe0a978857458fac3c5e960aed
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 23 16:39:00 2019 +0200

    build-self: Explain why we keep using deprecated bindings.
    
    * build-aux/build-self.scm (build): Add comment regarding the deprecated
    names.
---
 build-aux/build-self.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm
index 9619e0e..1ddd223 100644
--- a/build-aux/build-self.scm
+++ b/build-aux/build-self.scm
@@ -399,6 +399,9 @@ files."
   (mlet %store-monad ((build  (build-program source version guile-version
                                              #:pull-version pull-version))
                       (system (if system (return system) (current-system)))
+
+                      ;; Note: Use the deprecated names here because the
+                      ;; caller might be Guix <= 0.16.0.
                       (port   ((store-lift nix-server-socket)))
                       (major  ((store-lift nix-server-major-version)))
                       (minor  ((store-lift nix-server-minor-version))))



reply via email to

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