[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Break up import loop between (gnu packages r
From: |
guix-commits |
Subject: |
branch master updated: gnu: Break up import loop between (gnu packages racket) and (gnu packages chez). |
Date: |
Sat, 29 May 2021 16:13:02 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c094e57 gnu: Break up import loop between (gnu packages racket) and
(gnu packages chez).
c094e57 is described below
commit c094e574f2b78b2f090aa740c1284418c16b2fcd
Author: raingloom <raingloom@riseup.net>
AuthorDate: Fri May 28 03:59:16 2021 +0200
gnu: Break up import loop between (gnu packages racket) and (gnu packages
chez).
* gnu/packages/racket.scm: Remove (gnu packages chez) import.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/racket.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index be33270..2d60607 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -32,8 +32,6 @@
#:use-module (ice-9 match)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
- #:use-module ((gnu packages chez)
- #:select (chez-scheme))
#:use-module (gnu packages compression)
#:use-module (gnu packages databases)
#:use-module (gnu packages fontutils)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Break up import loop between (gnu packages racket) and (gnu packages chez).,
guix-commits <=