[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: commencement: Do not export unused make-gcc-toolchain.
From: |
guix-commits |
Subject: |
02/07: gnu: commencement: Do not export unused make-gcc-toolchain. |
Date: |
Tue, 20 Feb 2024 22:38:44 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 7a6f0885369930a45ccc6adc952b3f63ff5fd3ad
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 1 12:55:11 2024 -0500
gnu: commencement: Do not export unused make-gcc-toolchain.
It is discouraged to import this module anywhere.
* gnu/packages/commencement.scm: Remove make-gcc-toolchain export.
Change-Id: I3095a83434b6bfc0e8dad1ad00be1aa02472aac4
---
gnu/packages/commencement.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 2feb55ba93..3e5e21ca03 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -70,8 +70,7 @@
#:use-module (guix utils)
#:use-module (srfi srfi-1)
#:use-module (ice-9 vlist)
- #:use-module (ice-9 match)
- #:export (make-gcc-toolchain))
+ #:use-module (ice-9 match))
;;; Commentary:
;;;
- branch core-updates updated (05e99036dc -> f5a867765b), guix-commits, 2024/02/20
- 02/07: gnu: commencement: Do not export unused make-gcc-toolchain.,
guix-commits <=
- 01/07: gnu: base: Add cautionary comments for canonical-package, %final-inputs usage., guix-commits, 2024/02/20
- 03/07: refresh: Import %final-inputs from (gnu packages base)., guix-commits, 2024/02/20
- 04/07: gnu: eudev: Update to 3.2.14., guix-commits, 2024/02/20
- 05/07: gnu: shepherd: Update alias to shepherd-0.10., guix-commits, 2024/02/20
- 07/07: gnu: elogind: Reinstate test-user-util test., guix-commits, 2024/02/20
- 06/07: gnu: mold: Update to 2.4.0., guix-commits, 2024/02/20