Andreas Enge <andr...@enge.fr> skribis: >> For info about why this happens, you could try: >> guile -c '(pk (@ (guix ui) guix-main))'
[...] > In unknown file: > ?: 0 [memoize-variable-access! #<memoized (@ (guix ui) guix-main)> #f] > > ERROR: In procedure memoize-variable-access!: > ERROR: In procedure module-lookup: Wrong type argument in position 1 > (expecting module): #f Hmm, what about guile -c '(use-modules (guix ui))'? Ludo’.