mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01: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 @@ (define-public asymptote
|
|||
(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…
Reference in a new issue