self: Don't build (guix tests …).
authorLudovic Courtès <ludo@gnu.org>
Sat, 15 Jun 2019 19:47:57 +0000 (21:47 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 15 Jun 2019 19:47:57 +0000 (21:47 +0200)
commit852d30a6b615c2306a398a8065e7e28d9ec6867d
tree08ca2761b7e1ceccb78046e144a57078ce48538f
parent4bf8500384fe29d511007444cb6edb7aeeba6c91
self: Don't build (guix tests …).

Fixes a regression introduced in
03d76577b96ba81c9921eb3a297d42db8644280b whereby 'guix-extra.drv' would
pull in (guix tests), which in turn would pull in a large number of (gnu
packages …), which would fail to build due to missing .patch files.

* guix/self.scm (compiled-guix)[*extra-modules*]: Exclude (guix tests …)
from the list of modules.
guix/self.scm