diff --git a/guix.scm b/guix.scm index 42bc8c8818..1df875b23c 100644 --- a/guix.scm +++ b/guix.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2014 Ludovic Courtès +;;; Copyright © 2012, 2014, 2021 Ludovic Courtès ;;; ;;; 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 . -(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.