GNU bug report logs -
#37412
[PATCH 0/2] Add package and service for the Guix Data Service.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 15 Sep 2019 18:19:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Good morning, Chris!
Christopher Baines <mail <at> cbaines.net> 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’.
This bug report was last modified 5 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.