mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05: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:
parent
b07c028a84
commit
9bccfd3972
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue