On Tue, Dec 02, 2014 at 07:01:52AM +0100, John Darrington wrote: > +++ b/gnu/packages/xdisorg.scm > +(define-module (gnu packages xorg)
There is a copy-paste error here. > -;; packages outside the x.org system proper > - > -(define-public xclip > - (package This apparently refers to your modified xorg.scm, since the one on master does not include xclip. Now, xorg needs to include xdisorg, I think; and vice versa. Hopefully, this does not introduce circular dependencies. Did you try to build a few packages? Andreas