GNOME Shell broken since merge of 'staging' branch

2017-06-05 Thread Mark H Weaver
Since updating my GuixSD system to include the merge of the 'staging' branch, GNOME 3 no longer starts for me. Does anyone else have this problem? I've opened the following bug report for this issue: https://bugs.gnu.org/27264 Mark

Re: Any objections to removing linux-libre@4.1?

2017-06-05 Thread Mark H Weaver
Leo Famulari writes: > On Sun, Jun 04, 2017 at 05:47:41PM -0400, Mark H Weaver wrote: >> I forgot to mention: >> >> Leo Famulari writes: >> > I'd hate to "strand" existing users who might not notice that they are >> > not receiving updates to the 'linux-4.1' package they've specified in >> > th

Re: Combining Guix, direnv and Emacs for environment customisation

2017-06-05 Thread Roel Janssen
Ludovic Courtès writes: > Hi Roel, > > Roel Janssen skribis: > >> Ludovic Courtès writes: > > [...] > FWIW, on our NFS-mounted /gnu, the 'guix environment' command takes at least 20 seconds, but for any reasonably big environment it takes more than one minute. The biggest bottlen

Re: Building gpgme with Qt support?

2017-06-05 Thread Hartmut Goebel
Am 05.06.2017 um 15:21 schrieb Danny Milosavljevic: > a possible way would be: Thanks for pointing me to this road. Gladly it's been even simpler (see my patch [1]): - Run configure - Symlink two .la files - cd lang/qt - make So there was no need to add (and maintain) a configure.ac file. [1] ht

Re: Any objections to removing linux-libre@4.1?

2017-06-05 Thread Leo Famulari
On Sun, Jun 04, 2017 at 05:47:41PM -0400, Mark H Weaver wrote: > I forgot to mention: > > Leo Famulari writes: > > I'd hate to "strand" existing users who might not notice that they are > > not receiving updates to the 'linux-4.1' package they've specified in > > their GuixSD configuration. > >

Re: [PATCH] Prototype register-path

2017-06-05 Thread Ludovic Courtès
Hi reepca! I gave this patch set a try and looked at the code, and it looks very good to me! “make check TESTS=tests/store.scm” passes now with the fixes you posted today (‘getenv’ & co.) Like you say, what’s missing from ‘register-path’ now is a timestamp reset phase (‘reset-timestamps’ in (gnu

Re: [PATCH] gnu: Add fpc. (version 2)

2017-06-05 Thread Ricardo Wurmus
Danny Milosavljevic writes: > ... but it turns out that gpc patches gcc parts - and the most recent > patch is for gcc 4.0.3 - which we don't carry. Actually, the most recent patch is for 4.3, which is why I’ve packaged gcc-4.3: --8<---cut here---start->8---

Re: 02/02: gnu: Add s.

2017-06-05 Thread Kei Kebreau
ng0 writes: > Mark H Weaver transcribed 1.2K bytes: >> k...@openmailbox.org (Kei Kebreau) writes: >> >> > kkebreau pushed a commit to branch master >> > in repository guix. >> > >> > commit 0e4591bb696a36bc83f75869dd2711987b17b722 >> > Author: ng0 >> > Date: Tue May 16 22:28:58 2017 + >>

Re: [PATCH] gnu: Add fpc. (version 2)

2017-06-05 Thread Marius Bakke
Marius Bakke writes: > Just to piggy-back on this discussion, I'm attempting to package > "Hedgewars" and needed this patch to get fpc working properly: Oops, found one more patch in that old branch. @Kei, feel free to squash this into the original patch: From cb94a2c4c697541183cb912039399df54e

Re: [PATCH] gnu: Add fpc. (version 2)

2017-06-05 Thread Marius Bakke
Just to piggy-back on this discussion, I'm attempting to package "Hedgewars" and needed this patch to get fpc working properly: From 4f76fb12f031652e11063c0fb37949229caa45cc Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 25 Apr 2017 15:39:30 +0200 Subject: [PATCH] gnu: fpc: Make sure it f

Re: Building gpgme with Qt support?

2017-06-05 Thread Danny Milosavljevic
Hi, a possible way would be: - in qt-gpgme depend on gpgme as a regular input - in qt-gpgme do: - cd lang/qt - cp ../../NEWS . - cp ../../AUTHORS . - cp ../../ChangeLog . - add configure.ac (see below - although it needs to be fixed so that Makefile.am and it regularily refers to gpgme) -

Re: [PATCH] gnu: Add fpc. (version 2)

2017-06-05 Thread Danny Milosavljevic
Hi, to experiment, I tried this: (define-module (wip pascal) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix hg-download) #:use-module (guix utils) #:use-module (guix build

Re: Building gpgme with Qt support?

2017-06-05 Thread Hartmut Goebel
Am 04.06.2017 um 20:35 schrieb Leo Famulari: > Could we make a new package qt-gpgme that inherits from gpgme and provides a > QT-enabled gpgme?? How can this be done without duplicating the libraries? With an simple inherited package, all libraries will be compiled again and the Qt-bindings will p

Re: 02/02: gnu: Add s.

2017-06-05 Thread ng0
Mark H Weaver transcribed 1.2K bytes: > k...@openmailbox.org (Kei Kebreau) writes: > > > kkebreau pushed a commit to branch master > > in repository guix. > > > > commit 0e4591bb696a36bc83f75869dd2711987b17b722 > > Author: ng0 > > Date: Tue May 16 22:28:58 2017 + > > > > gnu: Add s. > >

Re: [PATCH] Prototype register-path

2017-06-05 Thread Caleb Ristvedt
I think I may have accidentally left some stuff out of that patch due to being new to "git format-patch" - I did several fixups which I'm not sure were included. Anyway, I've changed it so that register-path now honors the NIX_* environment variables that are relevant to it, which means it now pas

[PATCH] gnu: gnome: Add deja-dup.

2017-06-05 Thread Christopher Baines
* gnu/packages/gnome.scm (deja-dup): New variable. --- gnu/packages/gnome.scm | 79 ++ 1 file changed, 79 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c1c73f0f7..ab2735686 100644 --- a/gnu/packages/gnome.scm +++ b