X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/af018f5e0a1b7c67e9f40ca68929bd35b94206d3..8c6508b9287422c81e360e64066532b0def8963d:/guix.scm diff --git a/guix.scm b/guix.scm index 706ea29065..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. @@ -27,9 +28,9 @@ build-system derivations download - ftp-client gexp monads + monad-repl packages store utils))