Andreas Enge <andr...@enge.fr> skribis: > On Thu, Jul 09, 2015 at 07:38:06PM -0500, ericbav...@openmailbox.org wrote: >> + (arguments >> + ;; Tests would require tzdata for timezone information, but tzdata is >> in >> + ;; (gnu packages base) which would create a circular dependency. TODO: >> + ;; Maybe put this package elsewhere so we can turn on tests. >> + '(#:tests? #f)) > > Would it be enough to selectively import only tzdata here?
On the contrary: Circular dependencies among modules are OK as long as #:select isn’t used (see <http://bugs.gnu.org/15540>.) Ludo’.