On Tue, Feb 21, 2017 at 09:56:29PM +, ng0 wrote:
> On 17-02-21 22:25:35, Catonano wrote:
> Please avoid doing the way described below though. Calculating it in
> advance is more secure and helps to prevent introducing errors. If
> there's a mismatch it shows an error.
>
> > Another option is
On Wed, Feb 22, 2017 at 12:19:35AM +0300, Dmitry Nikolaev wrote:
> When writing package definition, what if I download sources from git
> repository? For example:
>
> (define-public libwebsockets
> (package
> (name "libwebsockets")
> (version "1.3")
> (source (origin
>
On 17-02-21 22:25:35, Catonano wrote:
> Hi Dmitry,
>
> 2017-02-21 22:19 GMT+01:00 Dmitry Nikolaev :
>
> > When writing package definition, what if I download sources from git
> > repository? For example:
> >
> > (define-public libwebsockets
> > (package
> > (name "libwebsockets")
> > (v
Hi Dmitry,
2017-02-21 22:19 GMT+01:00 Dmitry Nikolaev :
> When writing package definition, what if I download sources from git
> repository? For example:
>
> (define-public libwebsockets
> (package
> (name "libwebsockets")
> (version "1.3")
> (source (origin
> ;; The p
When writing package definition, what if I download sources from git
repository? For example:
(define-public libwebsockets
(package
(name "libwebsockets")
(version "1.3")
(source (origin
;; The project does not publish tarballs, so we have to take
;; thing
On Tue, Feb 21, 2017 at 09:02:02PM +0100, Catonano wrote:
> In building Gnome gspell I get this error message
>
> _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be
> created.
>
> it seems that gspell requires the builder to be root; do I undertsand
> correctly ?
>
> How do
In building Gnome gspell I get this error message
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be
created.
it seems that gspell requires the builder to be root; do I undertsand
correctly ?
How do I deal with this ?
Thank you in advance
On 17-02-20 22:32:40, Leo Famulari wrote:
> On Sun, Feb 19, 2017 at 05:06:23PM +, ng0 wrote:
> > Substitutes are downloaded over HTTP or HTTPS. The http_proxy
> > environment variable can be set in the environment of guix-daemon and
> > is honored for downloads of substitutes. Note that the val