guix: Replace 'define-public'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 14 Sep 2021 07:53:10 +0000 (09:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 14 Sep 2021 09:50:58 +0000 (11:50 +0200)
This is a followup to 8531997d2a1e10d574a6e9ab70bc86ade6af4733.

* guix.scm: Use #:re-export-and-replace for 'define-public'.

guix.scm

index 42bc8c8..1df875b 100644 (file)
--- 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.