diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-07-11 23:00:23 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-12 01:17:45 +0200 |
| commit | 4574ef267e543bcac97d9c400f30cb731df29181 (patch) | |
| tree | bec04c5038adf4a48769b8d01cb31a1e7c2dbdd4 /guix.scm | |
| parent | dee9a32888ed1d323a3712480c30f097368a552a (diff) | |
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.
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2012, 2014, 2021 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2012, 2014, 2021, 2022 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -17,6 +17,7 @@ | |||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | (define-module (guix) | 19 | (define-module (guix) |
| 20 | #:use-module (guix packages) | ||
| 20 | #:re-export-and-replace (define-public)) ;from (guix packages) | 21 | #:re-export-and-replace (define-public)) ;from (guix packages) |
| 21 | 22 | ||
| 22 | ;; The composite module that re-exports everything from the public modules. | 23 | ;; The composite module that re-exports everything from the public modules. |
