From: "Alexander Shendi" <Alexander.Shendi@web.de>
To: guix-devel@gnu.org
Cc: Alexander.Shendi@web.de
Subject: patch for gnu/packages/scheme.scm
Date: Tue, 19 May 2015 01:13:42 +0200 [thread overview]
Message-ID: <trinity-61036364-f736-448c-a2d1-28f2ead10471-1431990822858@3capp-webde-bs46> (raw)
[-- 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"
next reply other threads:[~2015-05-18 23:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 23:13 Alexander Shendi [this message]
2015-05-19 22:29 ` patch for gnu/packages/scheme.scm Mark H Weaver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-61036364-f736-448c-a2d1-28f2ead10471-1431990822858@3capp-webde-bs46 \
--to=alexander.shendi@web.de \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).