Mark H Weaver <[email protected]> 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 via email to