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
This commit is contained in:
Maxim Cournoyer 2024-02-01 12:55:11 -05:00 committed by Ludovic Courtès
parent b07c028a84
commit 9bccfd3972
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -70,8 +70,7 @@ (define-module (gnu packages commencement)
#: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:
;;;