guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: commencement: Do not export unused make-gcc-toolchain.


From: guix-commits
Subject: 09/11: gnu: commencement: Do not export unused make-gcc-toolchain.
Date: Fri, 2 Feb 2024 09:50:19 -0500 (EST)

apteryx pushed a commit to branch wip-cu-switch-to-pkgconf
in repository guix.

commit 059006ff73dd15cc09112d5e557f6bb83fe8ead0
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 af262bdc07..c88277a0a7 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:
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]