all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Divan Santana <divan@santanas.co.za>
Cc: help-guix@gnu.org
Subject: Re: root certificate
Date: Wed, 13 Jun 2018 17:28:20 -0400	[thread overview]
Message-ID: <878t7iv0jv.fsf@netris.org> (raw)
In-Reply-To: <87d0wuv0nv.fsf@netris.org> (Mark H. Weaver's message of "Wed, 13 Jun 2018 17:25:56 -0400")

Mark H Weaver <mhw@netris.org> writes:

> Something like this (untested):
>
> (define-public my-root-cert
>   (package
>     (name "my-root-cert")
>     (version "0")
>     (source #f)
>     (build-system trivial-build-system)
>     (arguments
>      '(#:modules ((guix build utils))
>        #:builder
>        (begin
>          (use-modules (guix build utils))
>          (let ((root (assoc-ref %build-inputs "my-root-cert.pem"))

Sorry, that 'root' in the line above should be 'cert'.

      Mark

  reply	other threads:[~2018-06-13 21:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-11 13:24 root certificate Divan Santana
2018-06-11 16:59 ` Joshua Branson
2018-06-11 17:38   ` myglc2
2018-06-12  7:10     ` Divan Santana
2018-06-12  9:29       ` Tonton
2018-06-12  7:04   ` Divan Santana
2018-06-13  4:52     ` Chris Marusich
2018-06-13 21:25 ` Mark H Weaver
2018-06-13 21:28   ` Mark H Weaver [this message]
2018-06-14  6:15   ` Chris Marusich
2018-06-14 17:49     ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878t7iv0jv.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=divan@santanas.co.za \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.