GNU bug report logs -
#32811
[PATCH] enlightenment.scm: Fix initial locale and keyboard selection
Previous Next
Reported by: Timo Eisenmann <eisenmann <at> fn.de>
Date: Sun, 23 Sep 2018 16:40:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#32811: [PATCH] enlightenment.scm: Fix initial locale and keyboard selection
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 32811 <at> debbugs.gnu.org.
--
32811: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32811
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Timo,
Timo Eisenmann <eisenmann <at> fn.de> skribis:
> From 28035fa1ff242d1e4d45fccf0dfe58742702d6aa Mon Sep 17 00:00:00 2001
> From: Timo Eisenmann <eisenmann <at> fn.de>
> Date: Wed, 26 Sep 2018 17:01:33 +0200
> Subject: [PATCH] enlightenment.scm: Fix initial locale and keyboard selection
>
> * gnu/packages/enlightenment.scm (enlightenment): Fix paths to 'locale' and 'xorg.lst'
Awesome, pushed as e15ede6e28cfaf5fe951faf88d7c1e3213a476a4. I added a
copyright line for you (let me know if I got it wrong!) and tweaked the
commit log to match our conventions.
Thank you!
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/enlightenment.scm (enlightenment): Add glibc to inputs and fix path to xorg.lst
---
gnu/packages/enlightenment.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 45dc1dbbe..2d3d0795f 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -275,6 +275,10 @@ Libraries with some extra bells and whistles.")
(("/usr/share/X11/xkb/rules/xorg.lst")
(string-append xkeyboard
"/share/X11/xkb/rules/base.lst")))
+ (substitute* "src/modules/wizard/page_011.c"
+ (("/usr/share/X11/xkb/rules/xorg.lst")
+ (string-append xkeyboard
+ "/share/X11/xkb/rules/base.lst")))
(substitute* "src/modules/everything/evry_plug_apps.c"
(("/usr/bin/") ""))
(substitute* "configure"
@@ -295,6 +299,7 @@ Libraries with some extra bells and whistles.")
("dbus" ,dbus)
("efl" ,efl)
("freetype" ,freetype)
+ ("glibc" ,glibc)
("libxcb" ,libxcb)
("libxext" ,libxext)
("linux-pam" ,linux-pam)
--
2.18.0
This bug report was last modified 6 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.