guix-devel
[Top][All Lists]
Advanced

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

Re: Packaging Jami progress


From: Pierre Neidhardt
Subject: Re: Packaging Jami progress
Date: Wed, 04 Dec 2019 16:27:26 +0100

> The question is - if I defined a procedure named "jami-apply-patches" or
> whatever, will importing it using #:use-module (gnu packages telephony
> jami-apply-patches) work, or do I need to explicitly export it?

You need to export the symbol.
To do so, you can either specify the symbol in the #:export part of the
module at the top of the file, or simply use `define-public` when
defining the variable.

> Also how to add such procedure to the "add-after" field without causing
> an error?

Can you give an example?  I don't understand what you mean.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

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