mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: julia-commonsubexpressions: Fix Texinfo syntax.
* gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis] [description]: Fix Texinfo syntax.
This commit is contained in:
parent
1410383dee
commit
f233bb170b
1 changed files with 2 additions and 2 deletions
|
@ -304,8 +304,8 @@ (define-public julia-commonsubexpressions
|
|||
(propagated-inputs
|
||||
`(("julia-macrotools" ,julia-macrotools)))
|
||||
(home-page "https://github.com/rdeits/CommonSubexpressions.jl")
|
||||
(synopsis "Macro @code{@cse}")
|
||||
(description "This package provides the @code{@cse} macro, which performs
|
||||
(synopsis "@code{@@cse} macro for Julia")
|
||||
(description "This package provides the @code{@@cse} macro, which performs
|
||||
common subexpression elimination.")
|
||||
(license license:expat)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue