guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Circular dependency with geeqie


From: Andreas Enge
Subject: Circular dependency with geeqie
Date: Fri, 4 Sep 2015 21:29:02 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

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: failed to load '(gnu packages unrtf)':
ERROR: In procedure module-lookup: Unbound variable: coreutils
guix build: error: libraw: unknown package

Probably the culprit is the
  #:use-module ((gnu packages ghostscript)
                #:select (lcms))
in geeqie.scm, as discussed previously. Should this be changed to be a
#:prefix?

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]