mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: mit-scheme: Add libx11 to inputs.
* gnu/packages/scheme.scm (mit-scheme)[inputs]: Add libx11.
This commit is contained in:
parent
f906d30ced
commit
bc11c72c98
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ (define-module (gnu packages scheme)
|
|||
#: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 @@ (define-public mit-scheme
|
|||
;; ("texlive-core" ,texlive-core)
|
||||
("texinfo" ,texinfo)
|
||||
("m4" ,m4)
|
||||
("libx11" ,libx11)
|
||||
|
||||
("source"
|
||||
|
||||
|
|
Loading…
Reference in a new issue