guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: asymptote: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: asymptote: Add missing input.
Date: Thu, 16 Jan 2020 16:40:36 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 584e46b  gnu: asymptote: Add missing input.
584e46b is described below

commit 584e46b1e03c18755ee4527164d751ddb20d8d18
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Thu Jan 16 22:39:23 2020 +0100

    gnu: asymptote: Add missing input.
    
    * gnu/packages/plotutils.scm (asymptote)[inputs]: Add missing input for GUI.
---
 gnu/packages/plotutils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 7d9b2d8..237baa9 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -217,6 +217,7 @@ colors, styles, options and details.")
        ("libgc" ,libgc)
        ("python" ,python)
        ("python-cson" ,python-cson)
+       ("python-numpy" ,python-numpy)
        ("python-pyqt" ,python-pyqt)
        ("readline" ,readline)
        ("zlib" ,zlib)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]