guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: octave: Build with curl and graphicsmagick.


From: Leo Famulari
Subject: 01/02: gnu: octave: Build with curl and graphicsmagick.
Date: Thu, 9 Mar 2017 16:46:23 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 9f91340166f398ade47162a0d688dd8419f94ed5
Author: Arun Isaac <address@hidden>
Date:   Thu Mar 9 01:41:44 2017 +0530

    gnu: octave: Build with curl and graphicsmagick.
    
    * gnu/packages/maths.scm (octave)[inputs]: Add curl and graphicsmagick.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/maths.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9533f5f..d274d50 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -72,6 +72,7 @@
   #:use-module (gnu packages guile)
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages gl)
+  #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages m4)
   #:use-module (gnu packages mpi)
   #:use-module (gnu packages multiprecision)
@@ -949,7 +950,9 @@ can solve two kinds of problems:
        ("libxft" ,libxft)
        ("mesa" ,mesa)
        ("glu" ,glu)
-       ("zlib" ,zlib)))
+       ("zlib" ,zlib)
+       ("curl" ,curl)
+       ("graphicsmagick" ,graphicsmagick)))
     (native-inputs
      `(("lzip" ,lzip)
        ("gfortran" ,gfortran)



reply via email to

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