|
From: | Eric Bavier |
Subject: | Re: [PATCH 02/13] gnu: python: Add sqlite input. |
Date: | Fri, 21 Nov 2014 07:11:25 -0600 |
Eric Bavier <address@hidden> skribis:
> * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch,
> gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch: New patches.
> * gnu-system.am (dist_patch_DATA): Add them.
> * gnu/packages/python.scm (python-2)[source]: Add patch.
> [inputs]: Add sqlite.
> (python)[source]: Add patch.
[...]
> @@ -167,6 +171,7 @@
> `(("bzip2" ,bzip2)
> ("gdbm" ,gdbm)
> ("libffi" ,libffi) ; for ctypes
> + ("sqlite" ,(@ (gnu packages databases) sqlite)) ; prevent circular refs
Unfortunately, that doesn’t prevent anything: it’s roughly equivalent to
having #:use-module (gnu packages databases).
However, maybe the circular dependency is not a problem here. Does
“make clean-go && make” succeed?
[Prev in Thread] | Current Thread | [Next in Thread] |