guix-commits
[Top][All Lists]
Advanced

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

01/12: guix: Replace 'define-public'.


From: guix-commits
Subject: 01/12: guix: Replace 'define-public'.
Date: Tue, 14 Sep 2021 05:53:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3858275962f1ac567b5dce2355035f9eddea0a05
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 14 09:53:10 2021 +0200

    guix: Replace 'define-public'.
    
    This is a followup to 8531997d2a1e10d574a6e9ab70bc86ade6af4733.
    
    * guix.scm: Use #:re-export-and-replace for 'define-public'.
---
 guix.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix.scm b/guix.scm
index 42bc8c8..1df875b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2014, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -16,7 +16,8 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
-(define-module (guix))
+(define-module (guix)
+  #: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]