mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: clojure: Remove unused module import.
* gnu/packages/clojure.scm (clojure)[arguments]: Don't import (guix build syscalls).
This commit is contained in:
parent
6d555bd996
commit
546a3f1c81
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ (define-public clojure
|
|||
(guix build clojure-utils)
|
||||
(guix build java-utils)
|
||||
(guix build utils)
|
||||
(guix build syscalls)
|
||||
(ice-9 match)
|
||||
(ice-9 regex)
|
||||
(srfi srfi-26))
|
||||
|
|
Loading…
Reference in a new issue