mbox series

[bug#66500,core-updates,v2,0/3] Custom output labels for copy-build-system.

Message ID cover.1697729341.git.mirai@makinata.eu
Headers show
Series Custom output labels for copy-build-system. | expand

Message

Bruno Victal Oct. 19, 2023, 3:37 p.m. UTC
Notable changes since v1:
* Address documentation feedback.
* Rebased to solve potential merge conflicts.

Bruno Victal (3):
  build: copy-build-system: Allow specifying different output labels.
  gnu: docbook-dsssl: Refactor install-plan.
  gnu: docbook-dsssl: Fix script installation path.

 doc/guix.texi                    |  6 ++++++
 gnu/packages/docbook.scm         | 31 ++++++++++++++-----------------
 guix/build/copy-build-system.scm | 18 +++++++++++++-----
 3 files changed, 33 insertions(+), 22 deletions(-)


base-commit: d59653b7c9e43ebdbba20e2ca071429507f94c67

Comments

Ludovic Courtès Dec. 20, 2023, 9:10 p.m. UTC | #1
Hi Bruno,

Bruno Victal <mirai@makinata.eu> skribis:

>   build: copy-build-system: Allow specifying different output labels.
>   gnu: docbook-dsssl: Refactor install-plan.
>   gnu: docbook-dsssl: Fix script installation path.

Applied, thanks!

Ludo’.