mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
395e20ed08
commit
c094e574f2
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ (define-module (gnu packages racket)
|
|||
#: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)
|
||||
|
|
Loading…
Reference in a new issue