mbox series

[bug#63610,0/3] Add 'graphviz-minimal' and have Guix depend on it

Message ID cover.1684598152.git.ludo@gnu.org
Headers show
Series Add 'graphviz-minimal' and have Guix depend on it | expand

Message

Ludovic Courtès May 20, 2023, 4:01 p.m. UTC
Hi!

As proposed in <https://issues.guix.gnu.org/63050>, this
patch set adds ‘graphviz-minimal’ and uses it in (guix self)
and as a dependency of the ‘guix’ package, thereby reducing
the closure of the development environment and also the
number of things that need to be built before we have ‘guix’.

Thoughts?

Ludo’.

Ludovic Courtès (3):
  gnu: graphviz: Add "minimal" variant.
  self: Build against "graphviz-minimal".
  gnu: guix: Depend on 'graphviz-minimal'.

 gnu/packages/graphviz.scm           |  9 ++++++++-
 gnu/packages/package-management.scm | 11 ++++++++++-
 guix/self.scm                       | 11 +++++++++--
 3 files changed, 27 insertions(+), 4 deletions(-)


base-commit: bac28a52cb7cbc42d7fabbce0e47028367e69a61

Comments

Ludovic Courtès May 24, 2023, 1:06 p.m. UTC | #1
Hi,

Ludovic Courtès <ludo@gnu.org> skribis:

>   gnu: graphviz: Add "minimal" variant.
>   self: Build against "graphviz-minimal".
>   gnu: guix: Depend on 'graphviz-minimal'.

Applied, with an additional change to remove “font-ghostscript” from the
inputs of ‘guix-daemon’.

Ludo’.