guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pari-gp: Add X11 input.


From: Andreas Enge
Subject: 01/01: gnu: pari-gp: Add X11 input.
Date: Wed, 28 Oct 2015 14:57:51 +0000

andreas pushed a commit to branch master
in repository guix.

commit fb8d1be8e125722226fe3d2ae7dedb6ba7015290
Author: Andreas Enge <address@hidden>
Date:   Wed Oct 28 15:56:22 2015 +0100

    gnu: pari-gp: Add X11 input.
    
    * gnu/packages/algebra.scm (pari-gp)[inputs]: Add libx11, which enables
      plotting functions.
---
 gnu/packages/algebra.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2f52f55..daa5ddd 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -26,6 +26,7 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages flex)
+  #:use-module (gnu packages xorg)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -125,6 +126,7 @@ solve the shortest vector problem.")
                 "0k1qqagfl6zn7gvwmsqffj6g9yrzqvszwh2mblhmxpjlw1pigfh8"))))
    (build-system gnu-build-system)
    (inputs `(("gmp" ,gmp)
+             ("libx11" ,libx11)
              ("perl" ,perl)
              ("readline" ,readline)))
    (arguments



reply via email to

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