mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: asymptote: Fix direntry in info file.
* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
This commit is contained in:
parent
d320f25e0c
commit
325a2e35dc
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ colors, styles, options and details.")
|
|||
(lambda _
|
||||
(substitute* "doc/png/Makefile.in"
|
||||
(("(\\$\\(infodir\\))/asymptote" _ infodir) infodir))
|
||||
(substitute* "doc/asymptote.texi"
|
||||
(("asymptote/asymptote") "asymptote"))
|
||||
#t))
|
||||
(add-before 'build 'patch-pdf-viewer
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue