[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60827] [PATCH v3] gnu: Add dozenal.
From: |
( |
Subject: |
[bug#60827] [PATCH v3] gnu: Add dozenal. |
Date: |
Tue, 24 Jan 2023 07:02:13 +0000 |
On Mon Jan 23, 2023 at 10:43 PM GMT, Jake Leporte wrote:
> + `("PERL5LIB" prefix
> + (,(string-append #$perl-tk perl-dir)
> + ,(string-append #$perl-par perl-dir)))
Don't refer to dependencies like this; use
#$(this-package-input "perl-tk")
instead.
-- (
signature.asc
Description: PGP signature
- [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 v3] gnu: Add dozenal., Jake Leporte, 2023/01/23
- [bug#60827] [PATCH v4] gnu: Add dozenal., Jake Leporte, 2023/01/26