maxima: fix help(), describe(), "?" and "??" functionality
Closes Homebrew/homebrew#16847. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ae52706adc
commit
93ce625b78
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ class Maxima < Formula
|
||||||
depends_on 'gnuplot'
|
depends_on 'gnuplot'
|
||||||
depends_on 'rlwrap'
|
depends_on 'rlwrap'
|
||||||
|
|
||||||
|
# required for maxima help(), describe(), "?" and "??" lisp functionality
|
||||||
|
skip_clean 'share/info'
|
||||||
|
|
||||||
def patches
|
def patches
|
||||||
# fixes 3468021: imaxima.el uses incorrect tmp directory on OS X:
|
# fixes 3468021: imaxima.el uses incorrect tmp directory on OS X:
|
||||||
# https://sourceforge.net/tracker/?func=detail&aid=3468021&group_id=4933&atid=104933
|
# https://sourceforge.net/tracker/?func=detail&aid=3468021&group_id=4933&atid=104933
|
||||||
|
|
Loading…
Reference in a new issue