guix-patches
[Top][All Lists]
Advanced

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

[bug#37412] [PATCH 1/2] gnu: Add guix-data-service.


From: Ludovic Courtès
Subject: [bug#37412] [PATCH 1/2] gnu: Add guix-data-service.
Date: Mon, 16 Sep 2019 09:48:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Good morning, Chris!

Christopher Baines <address@hidden> skribis:

> * gnu/packages/web.scm (guix-data-service): New variable.

Woohoo!  \o/

> +      (inputs
> +       `(("guile" ,guile-2.2)

Guile should be ‘native-inputs’ because we use it for its compiler
(which can act as a “cross-compiler” with ‘--target’).

> +      (native-search-paths
> +       ;; guile-git requires this to be set
> +       (list (search-path-specification
> +              (variable "GIT_SSL_CAINFO")
> +              (file-type 'regular)
> +              (separator #f)
> +              (files '("etc/ssl/certs/ca-certificates.crt")))))

It’s a bit of a workaround for
<https://issues.guix.gnu.org/issue/22138>, isn’t it?  :-)

What about either removing it, or adding an “XXX” to the comment?

Otherwise LGTM!

Ludo’.





reply via email to

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