guix-commits
[Top][All Lists]
Advanced

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

02/08: guix: Really export 'define-public'.


From: guix-commits
Subject: 02/08: guix: Really export 'define-public'.
Date: Mon, 11 Jul 2022 19:19:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4574ef267e543bcac97d9c400f30cb731df29181
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 11 23:00:23 2022 +0200

    guix: Really export 'define-public'.
    
    This is a followup to 3858275962f1ac567b5dce2355035f9eddea0a05, which
    didn't have any effect.
    
    * guix.scm: Explicitly use (guix packages) so #:re-export-and-replace
    is effective.
---
 guix.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix.scm b/guix.scm
index 1df875b23c..b0434f915b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2014, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2014, 2021, 2022 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -17,6 +17,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (guix)
+  #:use-module (guix packages)
   #:re-export-and-replace (define-public))        ;from (guix packages)
 
 ;; The composite module that re-exports everything from the public modules.



reply via email to

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