Re: [PATCH] Add libdispatch

2016-10-28 Thread Ricardo Wurmus
ng0 writes: > libdispatch: > I think that the compiler can only find libblocks-runtime on a bsd system and > that the port can not run tests. > This is my theory, I must put it to practice, the new nvidia-texture-tools(?) > required libdispatch which is why I

Re: [PATCH 4/4] gnu: r-nmf: Use bigmemory.

2016-10-28 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/statistics.scm (r-nmf): Use bigmemory. * gnu/packages/statistics.scm (r-nmf)[propagated-inputs]: Add r-bigmemory and r-synchronicity. > --- > gnu/packages/statistics.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [PATCH 3/4] gnu: Add r-bigmemory.

2016-10-28 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/statistics.scm (r-bigmemory): New variable. > --- > gnu/packages/statistics.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index

Re: [PATCH 2/4] gnu: Add r-bigmemory-sri.

2016-10-28 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/statistics.scm (r-bigmemory-sri): New variable. > --- > gnu/packages/statistics.scm | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index

Re: [PATCH 1/4] gnu: Add r-synchronicity.

2016-10-28 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/statistics.scm (r-synchronicity): New variable. > --- > gnu/packages/statistics.scm | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index

Re: [PATCH 3/5] gnu: Add ghc-data-access-transformers.

2016-10-28 Thread Ricardo Wurmus
Federico Beffa writes: > On Fri, Oct 28, 2016 at 3:44 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: >>> +(synopsis "Use Accessor to access state in transformers State monad") >> >> I can’t parse “transformers State monad”, but maybe

Re: Building packages with python-3.4

2016-10-28 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Oct 24, 2016 at 10:58:38PM +0200, Ludovic Courtès wrote: >> Leo Famulari skribis: >> >> > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case >> > we needed it. >> > >> > I recently tried building

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread Marius Bakke
Ricardo Wurmus writes: >>> Guix can handle downloading patches, so there’s really no need for >>> switching in my opinion. “gnu/packages/bash.scm” could be used as a >>> reference for how to deal with a large number of patches. >> >> vim-7.4 ended at 2367 patches[0]. 8.0 is

[PATCH v3 1/1] gnu: Add plantuml.

2016-10-28 Thread Theodoros Foradis
* gnu/packages/uml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/uml.scm | 87 2 files changed, 88 insertions(+) create mode 100644 gnu/packages/uml.scm diff --git a/gnu/local.mk

Re: [PATCH v2 1/1] gnu: Add plantuml.

2016-10-28 Thread Theodoros Foradis
>> +(home-page "http://plantuml.com/;) >> +(synopsis "Draw UML diagrams from simple textual description") >> +(description >> + "Plantuml is a tool to generate sequence, usecase, class, >> activity, > > Is “usecase” a word or should it be “use case”? > It is a word. I reply with

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-28 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> So, the only proper way to do it, is to manually add a test phase in >> each package definition. But then we still have to add a lot of >> dependencies that are only needed to run the tests, and even then the >> tests don't say

[PATCH v3 3/3] gnu: Add openocd.

2016-10-28 Thread Theodoros Foradis
* gnu/packages/embedded.scm (openocd): New variable. * gnu/packages/patches/openocd-nrf52.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch. --- gnu/local.mk | 1 + gnu/packages/embedded.scm| 64 +++

[PATCH v3 2/3] gnu: Add hidapi.

2016-10-28 Thread Theodoros Foradis
* gnu/packages/libusb.scm (hidapi): New variable. --- gnu/packages/libusb.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index 0071f4f..fe1bed1 100644 --- a/gnu/packages/libusb.scm +++

Re: [PATCH v2 3/3] gnu: Add openocd.

2016-10-28 Thread Theodoros Foradis
Ricardo Wurmus writes: > Theodoros Foradis writes: > >> +;; We build openocd from git, because the JTAG library libjaylink >> +;; is not included in tarball releases. > > Is there a separate release of libjaylink? Does the git version bundle > libjaylink? I’d

[PATCH v3 1/3] gnu: Add gdb-arm-none-eabi.

2016-10-28 Thread Theodoros Foradis
* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable. --- gnu/packages/embedded.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index a7af69f..0b4f9ab 100644 --- a/gnu/packages/embedded.scm +++

Re: Workflow management with GNU Guix

2016-10-28 Thread Roel Janssen
Ludovic Courtès writes: > Roel Janssen skribis: > >> Ludovic Courtès writes: > > [...] > >>> So I guess that’s an argument in favor of the approach you chose. >> >> Can't a derivation write its output to some other place than the store? >> Maybe by running it "by hand"? > > Yes,

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >> Marius Bakke writes: >> >>> The official vim mirrors only carries major versions and individual >>> patches, no up-to-date releases. This patch changes the source uri to >>> the

Re: [PATCH 5/5] gnu: Add ghc-gnuplot.

2016-10-28 Thread Federico Beffa
On Fri, Oct 28, 2016 at 3:45 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > > [...] > >> +(propagated-inputs `(("gnuplot" ,gnuplot))) > > Instead of propagating it, could we instead replace “gnuplot” with > “/gnu/store/…/bin/gnuplot” in the relevant

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread Marius Bakke
Ricardo Wurmus writes: > Marius Bakke writes: > >> The official vim mirrors only carries major versions and individual >> patches, no up-to-date releases. This patch changes the source uri to >> the tagged github releases instead of downloading all 40+

Re: Building packages with python-3.4

2016-10-28 Thread Leo Famulari
On Mon, Oct 24, 2016 at 10:58:38PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case > > we needed it. > > > > I recently tried building python-cryptography with 3.4.5, like this: > > > >

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-28 Thread Ricardo Wurmus
Roel Janssen writes: > So, the only proper way to do it, is to manually add a test phase in > each package definition. But then we still have to add a lot of > dependencies that are only needed to run the tests, and even then the > tests don't say much.. In the case of this

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-28 Thread Federico Beffa
On Fri, Oct 28, 2016 at 11:30 AM, Alex Kost wrote: > Ricardo Wurmus (2016-10-27 20:48 +0200) wrote: > >> Alex Kost writes: >> @Alex: could you please confirm this? Should these inputs be mentioned at all? If so, is it sufficient to add them to

Re: [PATCH 3/5] gnu: Add ghc-data-access-transformers.

2016-10-28 Thread Federico Beffa
On Fri, Oct 28, 2016 at 3:44 PM, Ludovic Courtès wrote: > Federico Beffa skribis: >> +(synopsis "Use Accessor to access state in transformers State monad") > > I can’t parse “transformers State monad”, but maybe it’s just me, or is > it missing a word, like

Re: Workflow management with GNU Guix

2016-10-28 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: [...] >> So I guess that’s an argument in favor of the approach you chose. > > Can't a derivation write its output to some other place than the store? > Maybe by running it "by hand"? Yes, if you run it “by hand”, then you can

Re: [PATCH v2 2/3] gnu: Add hidapi.

2016-10-28 Thread Theodoros Foradis
Ricardo Wurmus writes: > Theodoros Foradis writes: > >> * gnu/packages/hidapi.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >> --- >> gnu/local.mk| 1 + >> gnu/packages/hidapi.scm | 63 >>

[PATCH] Add libdispatch

2016-10-28 Thread ng0
libdispatch: I think that the compiler can only find libblocks-runtime on a bsd system and that the port can not run tests. This is my theory, I must put it to practice, the new nvidia-texture-tools(?) required libdispatch which is why I packaged this. This was before the current version got

[PATCH 1/4] gnu: Add libkqueue.

2016-10-28 Thread ng0
* gnu/local.mk: Include gnu/packages/libdispatch.scm . * gnu/packages/libdispatch.scm: Add new file. * gnu/packages/libdispatch.scm (libkqueue): New variable. --- gnu/local.mk | 1 + gnu/packages/libdispatch.scm | 64 2 files changed,

[PATCH 4/4] gnu: Add libdispatch.

2016-10-28 Thread ng0
* gnu/packages/libdispatch.scm (libdispatch): New variable. --- gnu/packages/libdispatch.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/libdispatch.scm b/gnu/packages/libdispatch.scm index 3902a82..1e58296 100644 ---

[PATCH 3/4] gnu: Add libblocks-runtime.

2016-10-28 Thread ng0
* gnu/packages/libdispatch.scm (libblocks-runtime): New variable. --- gnu/packages/libdispatch.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/libdispatch.scm b/gnu/packages/libdispatch.scm index 37d9195..3902a82 100644 ---

[PATCH 2/4] gnu: Add libpthread_workqueue.

2016-10-28 Thread ng0
* gnu/packages/libdispatch.scm (libpthread_workqueue): New variable. --- gnu/packages/libdispatch.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/libdispatch.scm b/gnu/packages/libdispatch.scm index 77c80c0..37d9195 100644 ---

Re: [PATCH] gnu: Add qtwebkit.

2016-10-28 Thread Roel Janssen
Thomas Danckaert writes: > Hi, > > this patch adds QtWebKit 5.7 as a separate package (hopefully this will > reduce security concerns: only packages which really need QtWebKit will > include it). > > QtWebKit is not officially supported anymore as of Qt 5.6, so this is a > “community release”

Re: Workflow management with GNU Guix

2016-10-28 Thread Roel Janssen
Ludovic Courtès writes: > Hi! > > Roel Janssen skribis: > >> Ludovic Courtès writes: > > [...] > >>> IIUC, (guix workflows) from the tarball you sent executes workflows in >>> the current environment, as opposed to creating a derivation that would >>> actually perform the

Re: [PATCH] gnu: Add qwt.

2016-10-28 Thread Marius Bakke
> * gnu/packages/qt.scm (qwt): New variable. I pushed this as fc381a3. `guix lint` reports that qttools "should probably be a native-input", but it is referenced, so that is wrong. signature.asc Description: PGP signature

Re: [PATCH] gnu: Add radeontop.

2016-10-28 Thread Ludovic Courtès
Hi! Tobias Geerinckx-Rice skribis: > * gnu/packages/linux.scm (radeontop): New variable. [...] > I'm too ignorant of anything beyond x86 to know if supported-systems is > needed or even makes sense here. I’m guessing the program is not very useful on non-x86 machines… but it

Re: [PATCH 5/5] gnu: Add ghc-gnuplot.

2016-10-28 Thread Ludovic Courtès
Federico Beffa skribis: > From f06b0a9eea5ddf055cfcf7f80fe8ac6eb62972b3 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 24 Oct 2016 17:49:35 +0200 > Subject: [PATCH 5/5] gnu: Add ghc-gnuplot. > > * gnu/packages/haskell.scm (ghc-gnuplot): New

Re: [PATCH 4/5] gnu: Add ghc-utility-ht.

2016-10-28 Thread Ludovic Courtès
Federico Beffa skribis: > From c18d8ed86ee3793e7591ae7e040351da2ae94bcc Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 24 Oct 2016 17:43:17 +0200 > Subject: [PATCH 4/5] gnu: Add ghc-utility-ht. > > * gnu/packages/haskell.scm

Re: [PATCH 3/5] gnu: Add ghc-data-access-transformers.

2016-10-28 Thread Ludovic Courtès
Federico Beffa skribis: > From 675fbdda80b453dc6e1b8aa4635d4adefd7c18df Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 24 Oct 2016 17:35:27 +0200 > Subject: [PATCH 3/5] gnu: Add ghc-data-access-transformers. > > * gnu/packages/haskell.scm

Re: Providing an alternative to setuid in GuixSD

2016-10-28 Thread Ludovic Courtès
Hi! sba...@catern.com skribis: > l...@gnu.org (Ludovic Courtès) writes: >> Well, the kernel Linux will forever support setuid binaries > > That can be selectively turned off per-mount, simply specify the nosuid > option. And so eventually we can get to a point where setuid is a Linux > build

Re: [PATCH 2/5] gnu: Add ghc-data-accessor.

2016-10-28 Thread Ludovic Courtès
Federico Beffa skribis: > From 6885ee012c18ae14c31e23ab07b0f5421b630c4a Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 24 Oct 2016 17:30:50 +0200 > Subject: [PATCH 2/5] gnu: Add ghc-data-accessor. > > * gnu/packages/haskell.scm

Re: [PATCH 1/5] gnu: geiser-next: Re-introduce it.

2016-10-28 Thread Ludovic Courtès
Federico Beffa skribis: > Unfortunately it was forgot to include support files for Chibi and > Chez in the 0.9 Geiser release tar archive. For this reason I'm > proposing to reintroduce 'chez-next'. > > Regards, > Fede > > From 4cb3a1774754ffec91e00b681ffb4acff3e77b4e Mon Sep 17

Re: [PATCH] gnu: Add libjxr.

2016-10-28 Thread Ludovic Courtès
Leo Famulari skribis: > On Sat, Oct 22, 2016 at 04:33:18AM -0400, Kei Kebreau wrote: [...] >> >> diff --git a/gnu/packages/patches/libjxr-use-cmake.patch >> >> b/gnu/packages/patches/libjxr-use-cmake.patch >> >> new file mode 100644 >> >> index 000..cb5919e >> >> ---

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-28 Thread Roel Janssen
Alex Kost writes: > Ricardo Wurmus (2016-10-27 20:48 +0200) wrote: > >> Alex Kost writes: >> @Alex: could you please confirm this? Should these inputs be mentioned at all? If so, is it sufficient to add them to native-inputs? >>> >>> As for me, I don't see a

Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-28 Thread Ludovic Courtès
John Darrington skribis: > On Thu, Oct 27, 2016 at 02:51:02PM +0200, Ludovic Court??s wrote: > > > > On its own it does nothing. It makes more sense in context with the > other patch I sent. > > With this option in place, one can extend the

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-28 Thread Ludovic Courtès
Marius Bakke skribis: > * gnu/packages/security-token.scm (ccid): New variable. LGTM; the driver issue that Mike and you are discussing doesn’t seem to be a blocker. Ludo’.

[PATCH 4/4] gnu: r-nmf: Use bigmemory.

2016-10-28 Thread Roel Janssen
* gnu/packages/statistics.scm (r-nmf): Use bigmemory. --- gnu/packages/statistics.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 478e1a5..35f65e5 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm

[PATCH 3/4] gnu: Add r-bigmemory.

2016-10-28 Thread Roel Janssen
* gnu/packages/statistics.scm (r-bigmemory): New variable. --- gnu/packages/statistics.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index a50e792..478e1a5 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 2/4] gnu: Add r-bigmemory-sri.

2016-10-28 Thread Roel Janssen
* gnu/packages/statistics.scm (r-bigmemory-sri): New variable. --- gnu/packages/statistics.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 9e2d4a9..a50e792 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 0/4] Let r-nmf use bigmemory for large files.

2016-10-28 Thread Roel Janssen
Dear Guix, When the NMF R package finds another package upon installation (called bigmemory), it can use memory maps for reading large files. This patch series adds the necessary packages to add bigmemory, and let r-nmf use it. Kind regards, Roel Janssen

[PATCH 1/4] gnu: Add r-synchronicity.

2016-10-28 Thread Roel Janssen
* gnu/packages/statistics.scm (r-synchronicity): New variable. --- gnu/packages/statistics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index b15f9cf..9e2d4a9 100644 --- a/gnu/packages/statistics.scm

Re: Web site news to move to Haunt

2016-10-28 Thread Andy Wingo
On Fri 28 Oct 2016 01:33, l...@gnu.org (Ludovic Courtès) writes: >> The goal is to manage news using Haunt, and to have a page to display >> them on the web site, something nicer and more flexible than this: >> >> https://savannah.gnu.org/news/?group=guix >> >> And I already enjoy Haunt! :-) >

Re: 01/01: gnu: python-urllib3: Update to 1.18.1.

2016-10-28 Thread Marius Bakke
Leo Famulari writes: > On Thu, Oct 27, 2016 at 01:05:19PM +, Marius Bakke wrote: >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit 6178274d19ed3e637b5365b64a28f298574df81f >> Author: Marius Bakke >> Date: Thu Oct 27

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-28 Thread Marius Bakke
Mike Gerwitz writes: > On Thu, Oct 27, 2016 at 10:46:11 +0100, Marius Bakke wrote: >> + `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output >> + "/pcsc/drivers")) > > When I run pcscd under Guix, I get: > >

Re: [PATCH] gnu: Add libdispatch.

2016-10-28 Thread ng0
Leo Famulari writes: > On Fri, Sep 16, 2016 at 10:50:09AM +, ng0 wrote: >> Subject: [PATCH 1/4] gnu: Add libkqueue. >> >> * gnu/local.mk: Include gnu/packages/libdispatch.scm . >> * gnu/packages/libdispatch.scm: Add new file. >> * gnu/packages/libdispatch.scm

Re: [PATCH v2 1/1] gnu: Add plantuml.

2016-10-28 Thread Theodoros Foradis
Hello Ricardo, > Hi Theodoros, > > thanks for the patch! > >> +(define-public plantuml >> + (package >> +(name "plantuml") >> +(version "8048") >> +(source (origin >> + (method url-fetch) >> + (uri (string-append >> +

Re: guix emacs mode

2016-10-28 Thread ng0
Alex Kost writes: > ng0 (2016-10-28 08:30 +) wrote: > >> ng0 writes: >> >>> Efraim Flashner writes: >>> [ Unknown signature status ] On Sat, Oct 22, 2016 at 09:31:33PM +, ng0 wrote: > Occasionally I use

[PATCH 07/10] Factor out procedure: install-grub-config

2016-10-28 Thread cmmarusich
From: Chris Marusich * gnu/build/install (install-grub, install-grub-config): Extract code from 'install-grub' into a new procedure 'install-grub-config'. Also, define 'install-grub' using define, not define*, since it makes no use of the extra features that define*

[PATCH 03/10] Refactor grub.cfg generation logic

2016-10-28 Thread cmmarusich
From: Chris Marusich This enables the implementation of 'guix system switch-generation' and 'guix system roll-back'. Those new commands will only be able to determine the store device and mount point for a given system generation by reading them from that generation's boot

[PATCH 02/10] Add 'device' field to

2016-10-28 Thread cmmarusich
From: Chris Marusich * gnu/system/grub.scm (): add field 'device'. * gnu/system.scm (grub-configuration-file): use a dummy value for 'device'. * guix/scripts/system.scm (previous-grub-entries): use a dummy value for 'device'. In a future commit, we will restructure the

[PATCH 06/10] grub-entries: take a list of numbers on input

2016-10-28 Thread cmmarusich
From: Chris Marusich * guix/scripts/system.scm (grub-entries): Add an optional parameter which allows the caller to limit the grub entries that get returned. --- guix/scripts/system.scm | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[PATCH 09/10] Rename grub-entries to profile-grub-entries

2016-10-28 Thread cmmarusich
From: Chris Marusich * guix/scripts/system.scm (grub-entries): Rename this procedure to 'profile-grub-entries'. Update all callers. --- guix/scripts/system.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guix/scripts/system.scm

[PATCH 01/10] * gnu/system.scm (): Add 'store-device' and 'store-fs-mount-point'.

2016-10-28 Thread cmmarusich
From: Chris Marusich In a future commit, we will restructure the grub.cfg generation logic to use this information, to enable the implementation of 'guix system switch-generation' and 'guix system roll-back'. --- gnu/system.scm | 58

[PATCH 08/10] Implement switch-generation and roll-back

2016-10-28 Thread cmmarusich
From: Chris Marusich * guix/scripts/system.scm (roll-back-system, switch-to-system-generation, reinstall-grub): New procedures. * guix/scripts/system.scm (show-help, process-command, guix-system): Add references to the new actions. --- guix/scripts/system.scm | 97

[PATCH 04/10] Extract procedure: relative-generation-spec->number

2016-10-28 Thread cmmarusich
From: Chris Marusich * guix/scripts/package.scm (switch-generation-action): Extract code from here... * guix/profiles.scm (relative-generation-spec->number): into this new procedure here. --- guix/profiles.scm| 17 + guix/scripts/package.scm |

[PATCH 10/10] Mention new 'guix system' features in the manual

2016-10-28 Thread cmmarusich
From: Chris Marusich * doc/guix.texi (GRUB Configuration, Invoking guix system): Mention the new field 'device', update the custom example, and mention the new actions 'guix system roll-back' and 'guix system switch-generation' in the manual. * gnu/system/grub.scm

[PATCH 05/10] Rename previous-grub-entries to grub-entries

2016-10-28 Thread cmmarusich
From: Chris Marusich * guix/scripts/system.scm (previous-grub-entries): rename this procedure to grub-entries. Update all callers. This procedure actually returns an entry for every generation of the profile, so its name is confusing if it suggests that it only returns

Re: guix emacs mode

2016-10-28 Thread Alex Kost
ng0 (2016-10-28 08:30 +) wrote: > ng0 writes: > >> Efraim Flashner writes: >> >>> [ Unknown signature status ] >>> On Sat, Oct 22, 2016 at 09:31:33PM +, ng0 wrote: Occasionally I use vim on systems to work on guix and other

Re: [PATCH 2/2] gnu: Add emacs-org-trello.

2016-10-28 Thread Alex Kost
Ricardo Wurmus (2016-10-27 20:48 +0200) wrote: > Alex Kost writes: > >>> @Alex: could you please confirm this? Should these inputs be mentioned >>> at all? If so, is it sufficient to add them to native-inputs? >> >> As for me, I don't see a reason to add these additional

[PATCH] gnu: Add qtwebkit.

2016-10-28 Thread Thomas Danckaert
Hi, this patch adds QtWebKit 5.7 as a separate package (hopefully this will reduce security concerns: only packages which really need QtWebKit will include it). QtWebKit is not officially supported anymore as of Qt 5.6, so this is a “community release” (not exactly sure what that entails, or

Re: Guix gathering in Berlin, Dec. 12th?

2016-10-28 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > @Ludo: at what time would you like this to start and for how long do we > want the room? I haven’t booked my plane tickets yet, so I don’t know exactly, and it also depends on what everyone else wants. :-) I think we’d have no shortage of

guix emacs mode (was: Re: vim modelines for guix repository)

2016-10-28 Thread ng0
ng0 writes: > Efraim Flashner writes: > >> [ Unknown signature status ] >> On Sat, Oct 22, 2016 at 09:31:33PM +, ng0 wrote: >>> Occasionally I use vim on systems to work on guix and other projects. As >>> far as I see it, there is nothing

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread ng0
Ricardo Wurmus writes: > Marius Bakke writes: > >> The official vim mirrors only carries major versions and individual >> patches, no up-to-date releases. This patch changes the source uri to >> the tagged github releases instead of downloading all 40+

Re: Web site news to move to Haunt

2016-10-28 Thread ng0
l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > l...@gnu.org (Ludovic Courtès) skribis: > >> The goal is to manage news using Haunt, and to have a page to display >> them on the web site, something nicer and more flexible than this: >> >> https://savannah.gnu.org/news/?group=guix >> >>

Re: Guix gathering in Berlin, Dec. 12th?

2016-10-28 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Hello Guix! >>> >>> A couple of us will be in Berlin in December for the reproducible build >>> summit, so I was wondering if there’d be interest in having a

Re: [PATCH v2 2/3] gnu: Add hidapi.

2016-10-28 Thread Ricardo Wurmus
Theodoros Foradis writes: > * gnu/packages/hidapi.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk| 1 + > gnu/packages/hidapi.scm | 63 > + > 2 files changed, 64

Re: [PATCH v2 3/3] gnu: Add openocd.

2016-10-28 Thread Ricardo Wurmus
Theodoros Foradis writes: > +;; We build openocd from git, because the JTAG library libjaylink > +;; is not included in tarball releases. Is there a separate release of libjaylink? Does the git version bundle libjaylink? I’d prefer packaging proper releases of

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread Ricardo Wurmus
Marius Bakke writes: > The official vim mirrors only carries major versions and individual > patches, no up-to-date releases. This patch changes the source uri to > the tagged github releases instead of downloading all 40+ (so far) > patches individually. > > I'm not very