bug#24445: GNOME desktop session crash when re-arranging dock

2016-09-15 Thread Ravishankar S
guix sd 0.11
guix pull on 15/9/2016
GNOME 3.20

Add launch programs to GNOME dash/dock. Now, try dragging and dropping to
change the order of the launchers and observe the desktop crashes and
recovers back but icons cannot be re-arranged. able to repro consistently


bug#24440: [PATCH] gnu: kernel-config: Use correct kconfig file.

2016-09-15 Thread David Craven
* gnu/packages/linux.scm (kernel-config): Use correct kconfig file.
---
 gnu/packages/linux.scm | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3ec6514..61288be 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -82,10 +82,12 @@
   #:use-module (srfi srfi-26)
   #:use-module (ice-9 match))
 
-(define-public (system->linux-architecture arch)
-  "Return the Linux architecture name for ARCH, a Guix system name such as
+;; Guix system name is one of x86_64-linux i686-linux armhf-linux 
mips64el-linux.
+;; GNU target triplet is one of arm-linux-gnueabihf mips64el-linux-gnuabi64.
+(define-public (system->linux-architecture system)
+  "Return the Linux architecture name for SYSTEM, a Guix system name such as
 \"x86_64-linux\" or a target triplet such as \"arm-linux-gnueabihf\"."
-  (let ((arch (car (string-split arch #\-
+  (let ((arch (car (string-split system #\-
 (cond ((string=? arch "i686") "i386")
   ((string-prefix? "mips" arch) "mips")
   ((string-prefix? "arm" arch) "arm")
@@ -182,7 +184,7 @@
 for ARCH and optionally VARIANT, or #f if there is no such configuration."
   (let* ((name (string-append "linux-libre-"
   (if variant (string-append variant "-") "")
-  arch ".conf"))
+  (if (string=? "i386" arch) "i686" arch) ".conf"))
  (file (string-append "gnu/packages/" name)))
 (search-path %load-path file)))
 
-- 
2.9.0





bug#24442: gettext: No PO mode for Emacs (or wrong description)

2016-09-15 Thread Ivan Vilata i Balaguer
The description for ``gettext@0.19.8`` (current) includes this sentence:

It provides translators with the means to create message catalogs,
as well as an Emacs mode to work with them, and a runtime library to
load translated messages from the catalogs.

However, no output of the package includes the files for Emacs.

One solution (please note that I'm very new to Guix) may be to provide
an output for the Emacs goodies, another one would be removing the
reference to the Emacs mode in the description until it's actually
there.`;)`

Thanks!
-- 
Ivan Vilata i Balaguer -- https://elvil.net/





bug#24433: fish needs to have bc in propagated-inputs

2016-09-15 Thread Arun Isaac

> Instead, try finding the places where 'bc' is referenced in the fish
> source and replace it with the absolute path to the binary.

Ok, I'll try to do that.


signature.asc
Description: PGP signature