guix-devel
[Top][All Lists]
Advanced

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

Re: About webkitgtk and gtk


From: Ludovic Courtès
Subject: Re: About webkitgtk and gtk
Date: Tue, 26 May 2015 22:42:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

宋文武 <address@hidden> skribis:

>> Then run:
>>
>>    guix build -e '(@ (emacs-snapshot) webkitgtk-2.4/gtk+-3)'
>>
>>
>> error:
>>
>> #+BEGIN_COMMENT
>> guix build: error: failed to evaluate expression `(@ (emacs-snapshot) 
>> webkitgtk-2.4/gtk+-3)': (wrong-type-arg "module-variable" "Wrong type 
>> argument in position ~A (expecting ~A): ~S" (1 "module" #f) (#f))

I’ve improved the format of error reports now (this one looks
terrible!), but it’s trying to tell you that the address@hidden form is misused.

The expected syntax is:

  (@ MODULE VARIABLE)

when MODULE is a valid module name, such as (gnu packages emacs), and
VARIABLE is a variable name.

Here there’s apparently no (emacs-snapshot) module.

HTH,
Ludo’.



reply via email to

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