[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60827] [PATCH v2] gnu: Add dozenal.
From: |
Bruno Victal |
Subject: |
[bug#60827] [PATCH v2] gnu: Add dozenal. |
Date: |
Mon, 23 Jan 2023 21:38:06 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 |
Hi,
On 2023-01-23 21:02, Jake Leporte wrote:
> + (add-after 'install-html-docs 'split-outputs
> + (lambda* (#:key inputs outputs
> #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (gui (assoc-ref outputs "gui"))
> + (perl-tk (assoc-ref inputs "perl-tk"))
> + (perl-par (assoc-ref inputs "perl-par"))
> + (perl-dir "/lib/perl5/site-perl")
> + (ptk (string-append perl-tk perl-dir))
> + (pp (string-append perl-par perl-dir)))
This part can be written with G-Expressions too, they would correspond to:
out -> #$output (no change)
gui -> #$output:gui
See the G-Expressions section from the manual and the libavif package
definition for an example.
Cheers,
Bruno
- [bug#60827] [PATCH 0/3] Add perl-par, xforms, and dozenal package definitions, Jake Leporte, 2023/01/15
- [bug#60827] [PATCH 0/4] Updated: Add dozenal plus dependencies, Jake Leporte, 2023/01/15
- [bug#60827] [PATCH 1/4] gnu: Add perl-par., Jake Leporte, 2023/01/15
- [bug#60827] [PATCH v2] gnu: Add dozenal., Jake Leporte, 2023/01/23
- [bug#60827] [PATCH v2] gnu: Add dozenal.,
Bruno Victal <=
- [bug#60827] [PATCH v3] gnu: Add dozenal., Jake Leporte, 2023/01/23
- [bug#60827] [PATCH v4] gnu: Add dozenal., Jake Leporte, 2023/01/26