gnu: python-matplotlib: Make sure that phases end with #t.

* gnu/packages/python.scm (python-matplotlib)[arguments]:
  Make sure that phases end with #t.
This commit is contained in:
Danny Milosavljevic 2017-01-14 22:33:46 +01:00
parent 84e0f8c1ed
commit fdcbf10b70
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 4 additions and 2 deletions

View File

@ -3740,7 +3740,8 @@ basedirlist = ~a,~a~%
[rc_options]~% [rc_options]~%
backend = TkAgg~%" backend = TkAgg~%"
(assoc-ref inputs "tcl") (assoc-ref inputs "tcl")
(assoc-ref inputs "tk"))))))) (assoc-ref inputs "tk"))))
#t)))
(add-after 'install 'install-doc (add-after 'install 'install-doc
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((data (string-append (assoc-ref outputs "doc") "/share")) (let* ((data (string-append (assoc-ref outputs "doc") "/share"))
@ -3779,7 +3780,8 @@ backend = TkAgg~%"
(copy-file "build/texinfo/matplotlib.info" (copy-file "build/texinfo/matplotlib.info"
(string-append info "/matplotlib.info")) (string-append info "/matplotlib.info"))
(copy-file "build/latex/Matplotlib.pdf" (copy-file "build/latex/Matplotlib.pdf"
(string-append doc "/Matplotlib.pdf"))))))))) (string-append doc "/Matplotlib.pdf")))
#t))))))
(home-page "http://matplotlib.org") (home-page "http://matplotlib.org")
(synopsis "2D plotting library for Python") (synopsis "2D plotting library for Python")
(description (description