Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread Ricardo Wurmus
Pjotr Prins writes: > On Mon, Aug 01, 2016 at 10:02:05PM +0200, Ricardo Wurmus wrote: >> We have importers that generate Guix package expressions from CRAN or >> Bioconductor. Taken one step further we might have a transparent >> wrapper to quickly install any

Re: PHP 7.0 & php-fpm

2016-08-01 Thread pe . cg
Hello ng0, I'm still interested in working on this, and I think I will need help regarding how to setup a service for GNU Shepherd and how to configure compiler flags for guix. Will you assist me on this? Besides the Guix manual, where can I find good and detailed information on how to do a good

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread Pjotr Prins
On Mon, Aug 01, 2016 at 10:02:05PM +0200, Ricardo Wurmus wrote: > We have importers that generate Guix package expressions from CRAN or > Bioconductor. Taken one step further we might have a transparent > wrapper to quickly install any version of a package even if it is not > yet part of Guix. >

Re: [PATCH] gnu: Add ircii.

2016-08-01 Thread Leo Famulari
On Mon, Aug 01, 2016 at 07:34:49PM +, ng0 wrote: > * gnu/packages/irc.scm (ircii): New variable. Cool! > + (snippet > + '(begin > + (substitute* "bsdinstall" > + (("/bin/strip") "strip") > + (("/bin/cp") "cp") > +

[PATCH] gnu: Add p7zip.

2016-08-01 Thread Kei Kebreau
This patch should install p7zip correctly on every architecture supported by Guix. Ideally, this should be tested it on each arch for the sake of completeness and safety. I've got x86_64 covered so far. :-) From 0a9779d78a86e06bad08917c408699838d99b771 Mon Sep 17 00:00:00 2001 From: Kei Kebreau

Re: [PATCH] gnu: Add supertux.

2016-08-01 Thread Leo Famulari
On Mon, Aug 01, 2016 at 08:28:28PM +0200, nee wrote: > Hello, if I did everything right, this should add the supertux 2D > platformer game. > Subject: [PATCH] gnu: Add supertux. Thanks for this contribution! The opening scene was too scary, I had to stop playing ;) I looked at the source files

Re: [PATCH 06/31] gnu: kwindowsystem: Update to 5.24.0.

2016-08-01 Thread David Craven
> I think that before continuing work on KDE, it may be a good idea to package > the missing Qt modules. That's probably a good idea. I identified the missing qt modules: qttranslations qtwebview qtserialbus qtquickcontrols2 qtgraphicaleffects qtenginio qtdoc qtcanvas3d qtactiveqt qt3d

Re: [PATCH 06/31] gnu: kwindowsystem: Update to 5.24.0.

2016-08-01 Thread David Craven
> Fast? I do not know. Several hours of work altogether... Well I spent a while on it and didn't get anywhere...

Re: [PATCH] gnunet-svn, gnunet-gtk-svn

2016-08-01 Thread Andreas Enge
On Sun, Jul 31, 2016 at 01:08:54PM +, ng0 wrote: > This was another failing test, someone before me reported it and > therefore I have no bugreport to point to. I consider it superfluous > work to fix 0.10.1 (the (define-public gnunet)) now that work towards > 0.10.2 release happens. Tests

Re: [PATCH 06/31] gnu: kwindowsystem: Update to 5.24.0.

2016-08-01 Thread David Craven
Wow that was fast! qttools is packaged and provides Qt5LinguistToolsConfig.cmake

Re: [PATCH 06/31] gnu: kwindowsystem: Update to 5.24.0.

2016-08-01 Thread Andreas Enge
Hello! On Mon, Aug 01, 2016 at 11:10:34PM +0200, Andreas Enge wrote: > Sorry for the long message, which follows my own path in trying to debug > this mess. To quickly summarise it: > I think we need to modify the qtbase package to drop the > NO_DEFAULT_PATH from Qt5Config.cmake. I think that

Release imminent

2016-08-01 Thread Ludovic Courtès
Hi! I’d like to release 0.11.0 (probably more accurate than “0.10.1”?) on Wednesday. I’ve updated ‘NEWS’. Please feel free to add any important items I could have missed among the 2,000+ commits. Ludo’.

core-updates merged!

2016-08-01 Thread Ludovic Courtès
Hello! Andreas Enge skribis: > one more thing that would be nice to have is gtk-doc: >http://hydra.gnu.org:3000/build/1345571 > I already tried to upgrade to 1.25, but that did not change the error. > And maybe node for those who are interested in it: >

Re: [PATCH 04/31] lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools.

2016-08-01 Thread Ludovic Courtès
David Craven skribis: > * guix/scripts/lint.scm (check-inputs-should-be-native): Warn when > extra-cmake-modules or qttools isn't a native-input. LGTM!

Re: [PATCH 00/31] KDE Framework Tier1 Packages

2016-08-01 Thread Ludovic Courtès
Woow, impressed by the Herculean work that you and Hartmut made! Ludo’.

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > This obviously depends on the quality of the importers, but I think it > wouldn’t take much effort to make this a reality. The main problem with > offering magic like this is that it must be reliable or else it would > just be frustrating

Re: [PATCH 08/31] gnu: kde-frameworks: Remove kde-frameworks-version.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 10:00:34PM +0200, David Craven wrote: > I thought it would be easier to update, since we prefer each update to > be a commit. If we change the version for all packages at the same > time we could have breakage until they are all updated. With the > auto-updater this doesn't

Re: [PATCH 01/31] gnu: network-manager: Propagate GLIB.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 09:56:44PM +0200, David Craven wrote: > libnm requires glib too. > pkg-config libnm --libs > -L/gnu/store/m3py3rk71ihlfgvj2kss7054hwfqwkpq-glib-2.48.0/lib > -L/nix/store/apa8hagf5bnsw0fyb0i9a3b59z6h8ppb-network-manager-1.0.12/lib > -lnm -lgio-2.0 -lgobject-2.0 -lglib-2.0

Re: [PATCH 06/31] gnu: kwindowsystem: Update to 5.24.0.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 08:13:17PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm: Update to 5.24.0. Here also, mention all changes: > -(uri (string-append "http://download.kde.org/stable/frameworks/; > +(uri (string-append "mirror://kde/stable/frameworks/" This.

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread myglc2
Ricardo Wurmus writes: > myglc2 writes: > >> I imagine that, in the spirit of guix, we also want a user to be able to >> "help themself" instead of depending on a 'manager.' This would probably >> require an additional R "package manager component" that is

Re: [PATCH 05/31] gnu: extra-cmake-modules: Update to 5.24.0.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 08:13:16PM +0200, David Craven wrote: > From: Hartmut Goebel > * gnu/packages/kde-frameworks.scm: Update to 5.24.0. > Co-authored-by: David Craven Now that you have taken over the project (and will probably end up modifying

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread myglc2
Roel Janssen writes: > myglc2 writes: > >> Pjotr Prins writes: >> >>> On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote: >>> Guix has marvelous raw tools to do anything. The question is how to make it simple enough for someone that is

[PATCH v5] gnu: Add u-boot, device-tree-compiler.

2016-08-01 Thread Danny Milosavljevic
gnu: Add u-boot, device-tree-compiler. * gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables. --- gnu/local.mk | 4 + .../u-boot-device-tree-compiler-01_build_doc.patch | 21 ...t-Add-missing-functions-to-shared-library.patch | 30

Re: [PATCH 08/31] gnu: kde-frameworks: Remove kde-frameworks-version.

2016-08-01 Thread David Craven
I thought it would be easier to update, since we prefer each update to be a commit. If we change the version for all packages at the same time we could have breakage until they are all updated. With the auto-updater this doesn't require any manual labor at all.

[PATCH v4] gnu: Add u-boot, device-tree-compiler.

2016-08-01 Thread Danny Milosavljevic
gnu: Add u-boot, device-tree-compiler. * gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables. --- gnu/local.mk | 4 + .../u-boot-device-tree-compiler-01_build_doc.patch | 21 ...t-Add-missing-functions-to-shared-library.patch | 30

Re: [PATCH 08/31] gnu: kde-frameworks: Remove kde-frameworks-version.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 08:13:19PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. Should we not keep it? From what I understand, all of KDE, or at least the framework, seems to move in unison. So keeping a unique global variable would making

Re: [PATCH 01/31] gnu: network-manager: Propagate GLIB.

2016-08-01 Thread David Craven
> libnm-glib.pc, libnm-glib-vpn.pc and libnm-util.pc require glib, the others > do not. So it seems entirely possible to use network-manager without pulling > glib into a profile. libnm requires glib too. pkg-config libnm --libs -L/gnu/store/m3py3rk71ihlfgvj2kss7054hwfqwkpq-glib-2.48.0/lib

Re: [PATCH 02/31] download: Add KDE mirrors.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 08:13:13PM +0200, David Craven wrote: > * guix/download.scm (%mirrors)[kde]: Add kde mirrors. This is a good idea! I tried it out and it worked. I think you can push this already now. But I think the "[kde]" should not appear in the commit message? It would be good if

Re: [PATCH] gnu: Add libosinfo.

2016-08-01 Thread rennes
Hello, It’s funny, because I did forget about it — and wrote the same package as part of my patch set to add libvirt + virtmanager (which I haven’t submitted to the ML yet). ~~ Ricardo I will wait Ricardo include it in their set of patches. Thanks.

Re: [PATCH 01/31] gnu: network-manager: Propagate GLIB.

2016-08-01 Thread Andreas Enge
On Mon, Aug 01, 2016 at 08:13:12PM +0200, David Craven wrote: > * gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib. > +(propagated-inputs > + `(("glib" ,glib))) This requires a little comment at the end of the line. I wonder if it is really needed. network-manager

Re: [PATCH 00/31] KDE Framework Tier1 Packages

2016-08-01 Thread Andreas Enge
Hello, David! Thanks for all this work! I must admit that this big number of patches is a bit intimidating to review. Maybe we should concentrate on the first few patches to get the basics right, and accelerate later. Anyway, I am looking forward to more KDE! On Mon, Aug 01, 2016 at 08:13:11PM

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread Roel Janssen
myglc2 writes: > Pjotr Prins writes: > >> On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote: >> >>> Guix has marvelous raw tools to do anything. The question is how to make >>> it simple enough for someone that is basically an R user to take >>> advantage of

Re: [PATCH] gnunet-svn, gnunet-gtk-svn

2016-08-01 Thread ng0
Catonano writes: > 2016-08-01 16:34 GMT+02:00 ng0 : > > > >> "The refactoring of the gnunet code is going on like a thunderstorm." >> > > I can't see this sentence in the gnunet irc log, neither on the mailing > list archive > > Where did you get it

[PATCH] gnu: Add ircii.

2016-08-01 Thread ng0
From fed474bfe97d68f9311213a6b05641bea5d5c858 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 1 Aug 2016 19:31:23 + Subject: [PATCH] gnu: Add ircii. * gnu/packages/irc.scm (ircii): New variable. --- gnu/packages/irc.scm | 55

[PATCH v3] gnu: Add u-boot, device-tree-compiler.

2016-08-01 Thread Danny Milosavljevic
gnu: Add u-boot, device-tree-compiler. * gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables. --- gnu/local.mk | 4 + .../u-boot-device-tree-compiler-01_build_doc.patch | 21 ...t-Add-missing-functions-to-shared-library.patch | 30

[PATCH v2] gnu: Add u-boot, device-tree-compiler.

2016-08-01 Thread Danny Milosavljevic
* gnu/packages/u-boot.scm (device-tree-compiler, u-boot): New variables. --- gnu/local.mk | 4 + .../u-boot-device-tree-compiler-01_build_doc.patch | 21 ...t-Add-missing-functions-to-shared-library.patch | 30 ++

Re: [GSoC] Continuous integration tool à la Hydra.

2016-08-01 Thread Florian Paul Schmidt
Hi again. Sorry I'm on vacation in Sweden so the formatting of this mail suffered ;) The one thing that had me worried was the errors right after the git pull.. Regards, Flo On July 31, 2016 2:03:59 PM GMT+02:00, Mathieu Lirzin wrote: >Hi, > >Florian Paul Schmidt

[PATCH] gnu: Add supertux.

2016-08-01 Thread nee
Hello, if I did everything right, this should add the supertux 2D platformer game. From 98589464a2314dbb4663e39aa63768d3feb960fc Mon Sep 17 00:00:00 2001 From: nee Date: Mon, 1 Aug 2016 19:30:47 +0200 Subject: [PATCH] gnu: Add supertux. --- gnu/packages/games.scm | 34

Re: [PATCH] linux-initrd: Introduce way to add more packages to initrd.

2016-08-01 Thread Tomáš Čech
On Mon, Aug 01, 2016 at 06:09:12PM +0200, Ludovic Courtès wrote: Hello, Tomáš Čech skribis: Ping after week - is there interest in this patch? I didn’t comment on the patch specifically because I thought my reply might make you change your mind. ;-)

[PATCH 17/31] gnu: kde-frameworks: Add kdbusaddons.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kdbusaddons): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git

[PATCH 24/31] gnu: kde-frameworks: Add kplotting.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kplotting): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 29 + 1 file changed, 29 insertions(+) diff --git

[PATCH 23/31] gnu: kde-frameworks: Add kitemviews.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kitemviews): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 28 1 file changed, 28 insertions(+) diff --git

[PATCH 21/31] gnu: kde-frameworks: Add kidletime.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kidletime): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 28 1 file changed, 28 insertions(+) diff --git

[PATCH 20/31] gnu: kde-frameworks: Add ki18n.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (ki18n): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git

[PATCH 19/31] gnu: kde-frameworks: Add kguiaddons.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kguiaddons): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git

[PATCH 29/31] gnu: kde-frameworks: Add solid.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (solid): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git

[PATCH 26/31] gnu: kde-frameworks: Add kwidgetsaddons.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kwidgetsaddons): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 28 1 file changed, 28 insertions(+) diff --git

[PATCH 18/31] gnu: kde-frameworks: Add kdnssd.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kdnssd): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git

[PATCH 27/31] gnu: kde-frameworks: Add modemmanager-qt.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (modemmanager-qt): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git

[PATCH 14/31] gnu: kde-frameworks: Add kcodecs.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kcodecs): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git

[PATCH 16/31] gnu: kde-frameworks: Add kcoreaddons.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kcoreaddons): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 33 + 1 file changed, 33 insertions(+) diff --git

[PATCH 22/31] gnu: kde-frameworks: Add kitemmodels.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kitemmodels): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 52 + 1 file changed, 52 insertions(+) diff --git

[PATCH 11/31] gnu: kde-frameworks: Add breeze-icons.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (breeze-icons): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git

[PATCH 10/31] gnu: kde-frameworks: Add bluez-qt.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (bluez-qt): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 28 1 file changed, 28 insertions(+) diff --git

[PATCH 31/31] gnu: kde-frameworks: Add threadweaver.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (threadweaver): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 24 1 file changed, 24 insertions(+) diff --git

[PATCH 09/31] gnu: kde-frameworks: Add attica.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (attica): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git

[PATCH 12/31] gnu: kde-frameworks: Add kapidox.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kapidox): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 44 + 1 file changed, 44 insertions(+) diff --git

[PATCH 25/31] gnu: kde-frameworks: Add kwayland.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kwayland): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 32 1 file changed, 32 insertions(+) diff --git

[PATCH 02/31] download: Add KDE mirrors.

2016-08-01 Thread David Craven
* guix/download.scm (%mirrors)[kde]: Add kde mirrors. --- guix/download.scm | 47 ++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/guix/download.scm b/guix/download.scm index 73c0e89..fa6fa45 100644 --- a/guix/download.scm +++

[PATCH 07/31] gnu: oxygen-icons: Update to 5.24.0.

2016-08-01 Thread David Craven
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.24.0. --- gnu/packages/kde-frameworks.scm | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 7b9bcba..12d9f16 100644 ---

[PATCH 05/31] gnu: extra-cmake-modules: Update to 5.24.0.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm: Update to 5.24.0. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git

[PATCH 06/31] gnu: kwindowsystem: Update to 5.24.0.

2016-08-01 Thread David Craven
* gnu/packages/kde-frameworks.scm: Update to 5.24.0. --- gnu/packages/kde-frameworks.scm | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 39e2292..7b9bcba 100644 ---

[PATCH 04/31] lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools.

2016-08-01 Thread David Craven
* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when extra-cmake-modules or qttools isn't a native-input. --- guix/scripts/lint.scm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm index 8aab1fe..51191e7 100644

[PATCH 08/31] gnu: kde-frameworks: Remove kde-frameworks-version.

2016-08-01 Thread David Craven
* gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. --- gnu/packages/kde-frameworks.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 12d9f16..db20690 100644 --- a/gnu/packages/kde-frameworks.scm

[PATCH 15/31] gnu: kde-frameworks: Add kconfig.

2016-08-01 Thread David Craven
From: Hartmut Goebel * gnu/packages/kde-frameworks.scm (kconfig): New variable. Co-authored-by: David Craven --- gnu/packages/kde-frameworks.scm | 53 + 1 file changed, 53 insertions(+) diff --git

[PATCH 03/31] gnu-maintenance: Add KDE updater.

2016-08-01 Thread David Craven
* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private functions. (%kde-updater): New public variable. * guix/scripts/refresh.scm (list-updaters): Add %kde-updater. * doc/guix.texi (Invoking guix refresh): Mention the new updater. --- doc/guix.texi| 2 ++

[PATCH 01/31] gnu: network-manager: Propagate GLIB.

2016-08-01 Thread David Craven
* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 445e94a..2038f8f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread myglc2
Pjotr Prins writes: > On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote: >> > I think what you're looking for in your hospital research lab is what >> > Pjotr describes as a certain check-out of the Guix source tree. >> >> But it is not simple to use. It is to

Re: [PATCH] linux-initrd: Introduce way to add more packages to initrd.

2016-08-01 Thread Ludovic Courtès
Hello, Tomáš Čech skribis: > Ping after week - is there interest in this patch? I didn’t comment on the patch specifically because I thought my reply might make you change your mind. ;-) https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01241.html All the

Re: Compressing compressed files

2016-08-01 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > I am seeing this funny command being executed on one of the build machines: >bash -c guix archive --export > /gnu/store/06g54r7am7ka96d7jydgmayfyqgx1s1l-cfe-3.5.2.src.tar.xz | xz -c > > Would it be difficult to prevent re-compressing of already

Re: [PATCH] gnu: dmidecode: Update to 3.0.

2016-08-01 Thread Kei Kebreau
ng0 writes: > Kei Kebreau writes: > >> ng0 writes: >> >>> Kei Kebreau writes: >>> ng0 writes: > Hi, > > Kei Kebreau

Re: [PATCH] linux-initrd: Introduce way to add more packages to initrd.

2016-08-01 Thread Andy Wingo
On Mon 01 Aug 2016 12:39, Tomáš Čech writes: > Ping after week - is there interest in this patch? > > I know that > > - it doesn't apply cleanly as it depends on the other one I sent later > and was discussed > - documentation needs to be adjusted as well > > - it's a bit

Re: [PATCH] gnu: red-eclipse: Update to 1.5.5.

2016-08-01 Thread Kei Kebreau
Ricardo Wurmus writes: > Hi Kei, > >> An important version bump for Red Eclipse, with necessary changes to >> keep it building properly. I've also included the example server >> configuration file in the config directory. > > thanks for the update. > >> +

Re: torsocks 2.0 bug

2016-08-01 Thread ng0
A short note to link threads: It is likely that 2.2.x release will fix the current bug, see https://lists.gnu.org/archive/html/guix-devel/2016-07/msg01452.html n...@we.make.ritual.n0.is writes: > Hi, > > I found this thread while I was deleting old threads. > > I worked on torsocks-2.1.0 without

Re: PHP 7.0 & php-fpm

2016-08-01 Thread ng0
Hi pe.cg, Hi Ludovic, I found this old thread and I like the idea. pe.cg, are you still interested in doing it? Do you require any help or otherwise input and mentoring? Or you you want someone else to workon this? Thanks, ng0 Ludovic Courtès writes: > Hi, > > pe...@krutt.org

Re: [PATCH] Update lisp.scm CCL and SBCL to latest versions

2016-08-01 Thread ng0
Hi Efraim and Christopher, I found this contribution on my search for forgotten packages/contributions. Christopher, thanks for working on this. Was this simply forgotten or left due to whatever reasons, or do you want someone else to move this over the finnishing line? Thanks, ng0

Re: [PATCH] gnu: Add libosinfo.

2016-08-01 Thread ng0
Hi Rene and Ricardo, I found this contribution on my search for forgotten packages/contributions. Rene, was this simply forgotten or left due to whatever reasons, or do you want someone else to move this over the finnishing line? Thanks, ng0 ren...@openmailbox.org writes: > On 2016-02-16

Re: [PATCH] gnu: Add libunique.

2016-08-01 Thread ng0
Hello Fabian Harfert, I see your contribution did not receive any further reaction. Did it just disappear in the work-in-progress branches/folders you have, or do you have no further intentions to work on it for whatever reasons it may be (time, resources, …)? I'd like to move this contribution

Re: [PATCH] gnunet-svn, gnunet-gtk-svn

2016-08-01 Thread ng0
ng0 writes: > ng0 writes: > >> This is functional, but it suffers the same bug as the gnunet-0.10.1 >> package. I will write a gnunet-service for guix which will fix all >> versions. >> The expected behavior for installing gnunet is: create

Re: [PATCH] gnu: red-eclipse: Update to 1.5.5.

2016-08-01 Thread Ricardo Wurmus
Hi Kei, > An important version bump for Red Eclipse, with necessary changes to > keep it building properly. I've also included the example server > configuration file in the config directory. thanks for the update. > + (copy-file "doc/examples/servinit.cfg" > +

Re: [PATCH] gnu: red-eclipse: Update to 1.5.5.

2016-08-01 Thread Thompson, David
On Mon, Aug 1, 2016 at 9:03 AM, Kei Kebreau wrote: > > An important version bump for Red Eclipse, with necessary changes to > keep it building properly. I've also included the example server > configuration file in the config directory. LGTM. I really need to try this game

[PATCH] gnu: red-eclipse: Update to 1.5.5.

2016-08-01 Thread Kei Kebreau
An important version bump for Red Eclipse, with necessary changes to keep it building properly. I've also included the example server configuration file in the config directory. From e073dce57fb51ce99cc93c2f8b8c2adf650ad6af Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date:

Re: [PATCH] gnu: dmidecode: Update to 3.0.

2016-08-01 Thread ng0
Kei Kebreau writes: > ng0 writes: > >> Kei Kebreau writes: >> >>> ng0 writes: >>> Hi, Kei Kebreau writes: > A package for those who like to roam

Re: [PATCH 8/8] services: Add spice vdagent service.

2016-08-01 Thread Ludovic Courtès
David Craven skribis: >> If spice-vdagend produces a PID file, make sure to use #:pid-file here >> (there are several examples in the tree), which often provides more >> reliable startup notification. > > spice-vdagentd doesn't create a pid file itself. [0] [1] OK. In that

Re: [PATCH] gnu: dmidecode: Update to 3.0.

2016-08-01 Thread Ludovic Courtès
Kei Kebreau skribis: > From 06770d6275aacdb0c5763bcc8aff4d27fe6ae2f5 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sun, 31 Jul 2016 17:15:25 -0400 > Subject: [PATCH] gnu: dmidecode: Update to 3.0. > MIME-Version: 1.0 > Content-Type: text/plain;

Re: [PATCH ?] gnu: Add dash.

2016-08-01 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > Otherwise, I'll push it soon with the suggested changes. Fine with me! Thanks, Ludo’.

[PATCH] gnu: Add emacs-visual-fill-column.

2016-08-01 Thread Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-visual-fill-column): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 8dd728b..13dd515 100644 --- a/gnu/packages/emacs.scm +++

Re: [PATCH] linux-initrd: Introduce way to add more packages to initrd.

2016-08-01 Thread Tomáš Čech
Ping after week - is there interest in this patch? I know that - it doesn't apply cleanly as it depends on the other one I sent later and was discussed - documentation needs to be adjusted as well - it's a bit corner case but improves flexibility of the configuration and is useful for

Compressing compressed files

2016-08-01 Thread Andreas Enge
Hello, I am seeing this funny command being executed on one of the build machines: bash -c guix archive --export /gnu/store/06g54r7am7ka96d7jydgmayfyqgx1s1l-cfe-3.5.2.src.tar.xz | xz -c Would it be difficult to prevent re-compressing of already compressed source when offloading? Especially

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread Ricardo Wurmus
Roel Janssen writes: > Dear Guix, > > With the following patch I would like to update R to 3.3.1. I tested > with R packages I regularly use and everything seems to work just fine. > > Is it OK to upgrade? In principle: yes. I’ll see if I can make updates to all R packages

Core-updates

2016-08-01 Thread Andreas Enge
Hello, one more thing that would be nice to have is gtk-doc: http://hydra.gnu.org:3000/build/1345571 I already tried to upgrade to 1.25, but that did not change the error. And maybe node for those who are interested in it: http://hydra.gnu.org:3000/build/1326189 And there are a few

Re: [WIP v0.1 0/8] KDE framework 5, tier 1

2016-08-01 Thread Hartmut Goebel
Am 31.07.2016 um 20:15 schrieb David Craven: >> Unfortunatly I have not time ATM for working on this. Feel free to pick >> up and complete it. (I'd be happy if you'd take over :-) > Thanks for the info =) BTW: Do you want permission on this gitlab project? If so, just send we your account name.

Re: [PATCH] gnu: r: Update to 3.3.1.

2016-08-01 Thread Pjotr Prins
On Sun, Jul 31, 2016 at 01:49:00PM -0400, myglc2 wrote: > > I think what you're looking for in your hospital research lab is what > > Pjotr describes as a certain check-out of the Guix source tree. > > But it is not simple to use. It is to technical an approach to appeal to > the medical