guix-patches
[Top][All Lists]
Advanced

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

[bug#49025] [PATCH core-updates 03/37] packages: Define this-package-inp


From: Maxime Devos
Subject: [bug#49025] [PATCH core-updates 03/37] packages: Define this-package-input and this-package-native-input.
Date: Mon, 14 Jun 2021 17:37:19 +0200
User-agent: Evolution 3.34.2

These macros are intended to be used in build phases.
More precisely, (assoc-ref %build-inputs "input") can be
replaced by #$(this-package-input "input") or #+(this-package-native-input
"native-input") as appropriate.

* guix/packages.scm
  (package-input, package-native-input): New (unexported) procedures.
  (this-package-input, this-package-native-input): New macros.
---
 guix/packages.scm  | 29 +++++++++++++++++++++++++++++
 tests/packages.scm | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

Attachment: 0003-packages-Define-this-package-input-and-this-package-.patch
Description: Text Data


reply via email to

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