1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -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:
;;;