unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* patch for gnu/packages/scheme.scm
@ 2015-05-18 23:13 Alexander Shendi
  2015-05-19 22:29 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shendi @ 2015-05-18 23:13 UTC (permalink / raw)
  To: guix-devel; +Cc: Alexander.Shendi

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

Dear list,

I have just installed Guix SD 0.8.2. I have initialized the system from the desktop template.

I noticed a problem with the mit-scheme 9.2 package. When inwoking the edwin editor from
the MIT-Scheme REPL (via "(edwin)"), I got an error message instead of the expected editor window:



;Can't find any usable display type
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error> 

One reason for this is that libx11 is not listed a a dependency. The attached patch solves the problem.
It is rather simple, but I hope it is useful. 

TODO:
* Make Edwin work on a terminal (this still doesn't work)

I you have any questions, please mail me directly mailto:Alexander.Shendi@web.de , as I am not (yet)
subscribed to this list.

Best Regards and thanks for the fine Work on Guix SD so far,

Alexander 

[-- Attachment #2: scheme.scm.patch --]
[-- Type: application/octet-stream, Size: 521 bytes --]

--- scheme.scm.orig	2015-05-19 00:58:17.452739364 +0200
+++ scheme.scm	2015-05-18 23:52:04.212718263 +0200
@@ -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"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: patch for gnu/packages/scheme.scm
  2015-05-18 23:13 patch for gnu/packages/scheme.scm Alexander Shendi
@ 2015-05-19 22:29 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-05-19 22:29 UTC (permalink / raw)
  To: Alexander Shendi; +Cc: guix-devel

"Alexander Shendi" <Alexander.Shendi@web.de> writes:

> I noticed a problem with the mit-scheme 9.2 package. When inwoking the edwin editor from
> the MIT-Scheme REPL (via "(edwin)"), I got an error message instead of the expected editor window:
>
>
>
> ;Can't find any usable display type
> ;To continue, call RESTART with an option number:
> ; (RESTART 1) => Return to read-eval-print level 1.
>
> 2 error> 
>
> One reason for this is that libx11 is not listed a a dependency. The attached patch solves the problem.
> It is rather simple, but I hope it is useful. 

Applied, thanks!

     Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-19 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 23:13 patch for gnu/packages/scheme.scm Alexander Shendi
2015-05-19 22:29 ` Mark H Weaver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).