guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mit-scheme: Add libx11 to inputs.


From: Mark H. Weaver
Subject: 01/01: gnu: mit-scheme: Add libx11 to inputs.
Date: Tue, 19 May 2015 22:28:34 +0000

mhw pushed a commit to branch master
in repository guix.

commit bc11c72c98b76e7d9d9e50311351a401f1346b0c
Author: Alexander Shendi <address@hidden>
Date:   Tue May 19 18:27:02 2015 -0400

    gnu: mit-scheme: Add libx11 to inputs.
    
    * gnu/packages/scheme.scm (mit-scheme)[inputs]: Add libx11.
---
 gnu/packages/scheme.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index f2f5287..bce1ab5 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -38,6 +38,7 @@
   #:use-module (gnu packages libffi)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages xorg)
   #:use-module (ice-9 match))
 
 (define (mit-scheme-source-directory system version)
@@ -90,6 +91,7 @@
        ;; ("texlive-core" ,texlive-core)
        ("texinfo" ,texinfo)
        ("m4" ,m4)
+       ("libx11" ,libx11)
 
        ("source"
 



reply via email to

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