|
Motivation: Break the dependency chain from guix to mariadb.
Prior to this patch:
$ guix graph --path guix mariadb
[email protected]
[email protected]
texlive-tiny@59745
texlive-latex-base@59745
texlive-hyphen-afrikaans@59745
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
As of this patch:
$ ./pre-inst-env guix graph --path guix mariadb
guix graph: error: no path from '[email protected]' to '[email protected]'
* gnu/local.mk (dist_patch_DATA): Add texlive-hyph-utf8-no-byebug.patch.
* gnu/packages/patches/texlive-hyph-utf8-no-byebug.patch: New file.
* gnu/packages/tex.scm (hyph-utf8-scripts): Add patch.
(texlive-hyphen-package): Depend on ruby-hydra-minimal.
Signed-off-by: Ludovic Courtès <[email protected]>
|