Re: Circular dependency with geeqie

2015-09-05 Thread Andreas Enge
On Sat, Sep 05, 2015 at 11:54:59AM +0200, Ricardo Wurmus wrote: > I noticed the same and removed the ‘#:select’ part to make it work for > me. Why would a #:prefix be required? Good question - I just thought the #:select was there for a reason, like avoiding a clash of variable names. This does n

Re: Circular dependency with geeqie

2015-09-05 Thread Ricardo Wurmus
Hi Andreas, > when adding the line > #:use-module (gnu packages geeqie) > to photo.scm and trying >guix build libraw > I get a bunch of errors of the form > guix build: warning: failed to load '(gnu packages aarddict)': > ERROR: no binding `lcms' in module (gnu packages ghostscript) > ... >

Circular dependency with geeqie

2015-09-04 Thread Andreas Enge
Hello, when adding the line #:use-module (gnu packages geeqie) to photo.scm and trying guix build libraw I get a bunch of errors of the form guix build: warning: failed to load '(gnu packages aarddict)': ERROR: no binding `lcms' in module (gnu packages ghostscript) ... guix build: warning: fa