Re: Packaging leiningen (feedback desired)

2017-02-07 Thread Danny Milosavljevic
Hmmm... works for me with: $ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar" clojure.main (Note: java -> /gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-icedtea-3.2.0/bin/java) Also works within guix environment --ad-hoc clojure.

[PATCH 0/15]: Add pplacer and OCaml dependencies.

2017-02-07 Thread Ben Woodcroft
Hi there. I'm quite happy to send these patches in, pplacer has been near the top of my most wanted list since I started contributing. There's two parts that are a little out of the ordinary: 1) Unfortunately pplacer requires the outdated OCaml 4.01, so I adapted the package-with-python2 app

GuixSD lvm support

2017-02-07 Thread Gábor Boskovits
I have seen an earlier attempt to add lvm support to guixsd. I would like to know the status of lvm support, and willing to assist with it.

Re: [PATCH] gnu: Add python-alabaster

2017-02-07 Thread Frederick Muriithi
On Sat, Feb 4, 2017 at 7:32 PM, Danny Milosavljevic wrote: > Comparing them, the existing alabaster packagespec lists bsd-3 as license. > But you list license:non-copyleft > "https://github.com/bitprophet/alabaster/blob/master/LICENSE";. Is it actually > different? > > It seems

Re: pre-push signature hook error reporting

2017-02-07 Thread Ludovic Courtès
Marius Bakke skribis: > Leo Famulari writes: > >> On Fri, Jan 20, 2017 at 03:05:42PM +0100, Ludovic Courtès wrote: >>> For the pre-push hook, the overhead seems reasonable (perhaps we could >>> limit the range to commits after the first signed commit to avoid >>> looping for no reason?) and an i

[PATCH] gnu: Add python-flake8-polyfill

2017-02-07 Thread Frederick Muriithi
Add new package definition -- Frederick M. Muriithi From cec340f69e3f386a375a3661551d2d13521f06e9 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Tue, 7 Feb 2017 16:45:08 +0300 Subject: [PATCH] gnu: Add python-flake8-polyfill * gnu/packages/python.scm (python-flake8-polyfill): N

Re: problem of guix refresh

2017-02-07 Thread Ludovic Courtès
Hello, tumashu skribis: > -- > bash-4.4$ guix refresh [...] > In guix/scripts/refresh.scm: > 288: 7 [check-for-package-update # # # ...] > In guix/import/cpan.scm: > 274: 6 [latest-release #] > In ice-9/boot-9.scm: > 160: 5 [catch srfi-34 # > ...

Running services in containers

2017-02-07 Thread Ludovic Courtès
Hi Guix! Those who didn’t have the luck to be at FOSDEM missed this not-so-visual demo I made of a Shepherd service running in a container. :-) I’ve polished the thing on my way back and pushed the result, using BitlBee as an example: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=6330

Re: CDN Mirrors for GNU Guix

2017-02-07 Thread Ludovic Courtès
Hello Tom, Tom Li skribis: > Currently, GNU Guix is still in the early stage of development, and there is > a great > lack of mirrors worldwide. For example. in my region, using GNU Guix is > incredibly > slow, the speed is around 4 KiB/s and rendering it almost unusable. Woow, that sounds re

Re: [Install guix packages to non-default]: Unable to build derivation hello

2017-02-07 Thread Ludovic Courtès
Hello, rohit yadav skribis: > Starting download of > /home/royadav/opt/guix/local/gnu/store/gc4i3fsgliw4y7j4kc6ad1574h7qhdvb-linux-libre-4.4.18-gnu.tar.xz [...] > ERROR: download failed " > http://mirror.hydra.gnu.org/file/fsgliw4y7j4kc6ad1574h7qhdvb-linux-libre-4.4.18-gnu.tar.xz/sha256/0k8k17

Re: [PATCH] gnu: dub: Patch pkg-config name.

2017-02-07 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > On Fri, 03 Feb 2017 17:49:38 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> I think ‘dub-build-system’ could add it as an implicit input, much like >> ‘gnu-build-system’ adds binutils as an implicit input. > > Okay, but it's directly used only by dub

[PATCH] gnu: Add python-ddt

2017-02-07 Thread Frederick Muriithi
-- Frederick M. Muriithi From a87ecb1e19a2463ba1223415bc066f135e21ca5b Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Tue, 7 Feb 2017 17:35:01 +0300 Subject: [PATCH] gnu: Add python-ddt * gnu/packages/python.scm (python-ddt): New variable. --- gnu/packages/python.scm | 29 +

[PATCH] gnu: Add new package definitions

2017-02-07 Thread Frederick Muriithi
The patches add new package definitions. The packages are independent of each other. -- Frederick M. Muriithi From 30a446254e4a488b891ee3b9a7eebfb3bc65cb90 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Tue, 7 Feb 2017 18:00:25 +0300 Subject: [PATCH 1/3] gnu: Add python-pycosat

Re: [Install guix packages to non-default]: Unable to build derivation hello

2017-02-07 Thread rohit yadav
​Hi, Thanks for fixing the linux-libre (I am yet to try). However, my other question is why linux-libre is required to build hello? Thanks, Rohit​ On Tue, Feb 7, 2017 at 7:56 AM, Ludovic Courtès wrote: > Hello, > > rohit yadav skribis: > > > Starting download of > > /home/royadav/opt/guix/loc

Re: [Sharing store/state between Nix and Guix]: How stable is it?

2017-02-07 Thread rohit yadav
On Mon, Feb 6, 2017 at 11:50 PM, Pjotr Prins wrote: > On Mon, Feb 06, 2017 at 04:14:04PM -0600, rohit yadav wrote: > >Hi, > >Is there anyone who has experimented with above mentioned idea? In > theory > >it may be possible, I am just wondering how stable is it? Assuming, I > >inst

Re: 01/01: gnu: grub-efi: Really build the EFI variant.

2017-02-07 Thread Marius Bakke
Ludovic Courtès writes: > civodul pushed a commit to branch master > in repository guix. > > commit ef753a1a8f9e7c971957abfda9b672a7728cd073 > Author: Ludovic Courtès > Date: Tue Feb 7 11:14:09 2017 +0100 > > gnu: grub-efi: Really build the EFI variant. > > Fixes a regression intr

Re: [PATCH] gnu: Add new package definitions

2017-02-07 Thread Danny Milosavljevic
Hi, +(name "python-pycosat") +(version "0.6.1") +(source + (origin + (method url-fetch) + (uri (string-append + "https://pypi.python.org/packages/76/0f/16edae7bc75b79376f2c260b7a459829785f"; + "08e463ecf74a8ccdef62dd4a/pycosat-" + ve

Re: [PATCH] gnu: Add lshw.

2017-02-07 Thread Marius Bakke
"Boskovits, Gábor" writes: > +(define-public lshw > + (package > +(name "lshw") > +(version "B.02.18") > +(source (origin > + (method url-fetch) > + (uri (string-append "http://www.ezix.org/software/"; > + "files/lshw-" versi

Re: [PATCH] gnu: Add new package definitions

2017-02-07 Thread Frederick Muriithi
On Tue, Feb 7, 2017 at 7:24 PM, Danny Milosavljevic wrote: > Hi, > > +(name "python-pycosat") > +(version "0.6.1") > +(source > + (origin > + (method url-fetch) > + (uri (string-append > + > "https://pypi.python.org/packages/76/0f/16edae7bc75b79376f2c260b7a

Re: Running services in containers

2017-02-07 Thread Ricardo Wurmus
Ludovic Courtès writes: > Those who didn’t have the luck to be at FOSDEM missed this not-so-visual > demo I made of a Shepherd service running in a container. :-) > > I’ve polished the thing on my way back and pushed the result, using > BitlBee as an example: > > > http://git.savannah.gnu.or

playing nice with other OSs

2017-02-07 Thread Federico Beffa
Hi, I'm looking into the possibility of installing GuixSD in parallel with another operating system on a single machine (dual boot). Looking into the code (gnu system grub) I see that the GRUB "linux" and "initrd" commands are hardwired into the code. This appears to make the definition of a fo

[PATCH 2/6] gnu: Add python-flake8-polyfill

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-flake8-polyfill): New variable. --- gnu/packages/python.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b57e9a7..b39d8b1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/

[PATCH 3/6] gnu: Add python-ddt

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-ddt): New variable. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b39d8b1..44704b2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.s

[PATCH 6/6] gnu: Add python-ruamel.ordereddict

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-ruamel.ordereddict): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ef3d9bd..e1e4e74 100644 --- a/gnu/packages/python.scm +++ b/gnu

[PATCH 1/6] gnu: Add python-rst2ansi

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-rst2ansi): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d53eea1..b57e9a7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

[PATCH 5/6] gnu: Add python-typing

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-typing): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 170107a..ef3d9bd 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm

Re: [PATCH] gnu: Add new package definitions

2017-02-07 Thread Frederick Muriithi
You may ignore this thread. It has been superceded by newer, cleaner commit

Re: [PATCH] gnu: Add python-rst2ansi

2017-02-07 Thread Frederick Muriithi
You may ignore this thread. It has been superceded by newer, cleaner commit -- Frederick M. Muriithi

[PATCH 4/6] gnu: Add python-pycosat

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-pycosat): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 44704b2..170107a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.sc

Re: Guix package incubator (later a channel)

2017-02-07 Thread Christopher Allan Webber
Pjotr Prins writes: > On Mon, Feb 06, 2017 at 09:44:48PM +, ng0 wrote: >> Just a reply on the notabug question (I don't have much time otherwise): >> Notabug will eventually move to an instance of pagure.io, you can read >> about this in their own issues where I asked about some question back

Re: Guix package incubator (later a channel)

2017-02-07 Thread Ricardo Wurmus
Hi Pjotr, during the panel on the Future of Guix we all agreed that there is a need to lower the barrier to entry for package submissions to Guix, so it is good to start a discussion about actionable steps we can take to make this happen. > After yesterday's FOSDEM discussion I propose to set up

Re: [PATCH 00/10] ocaml patches

2017-02-07 Thread Julien Lepiller
On Tue, 31 Jan 2017 21:58:05 +0100 Julien Lepiller wrote: > Here is the next series of patches. I think I took into account all > of your previous remarks, so it should be faster. > > Julien Lepiller (10): > gnu: Add ocaml-fieldslib. > gnu: Add ocaml-ppx-core. > gnu: Add ocaml-ppx-optcomp.

Re: Guix package incubator (later a channel)

2017-02-07 Thread ng0
On 17-02-07 12:59:22, Christopher Allan Webber wrote: > Pjotr Prins writes: > > > On Mon, Feb 06, 2017 at 09:44:48PM +, ng0 wrote: > >> Just a reply on the notabug question (I don't have much time otherwise): > >> Notabug will eventually move to an instance of pagure.io, you can read > >> abou

Re: Guix package incubator (later a channel)

2017-02-07 Thread ng0
On 17-02-07 20:38:58, Ricardo Wurmus wrote: > > Hi Pjotr, > > during the panel on the Future of Guix we all agreed that there is a > need to lower the barrier to entry for package submissions to Guix, so > it is good to start a discussion about actionable steps we can take to > make this happen.

Re: FOSDEM 2017 what a success!!

2017-02-07 Thread Christopher Allan Webber
Ludovic Courtès writes: > It confirmed my feeling that one of the greatest things about Guile and > Guix is the people. Thanks for the great talks and the good time we’ve > had! +1. The Guile/Guix devroom has been some of the most fun I've ever had at a conference. I'm sure 2018 will be great

Re: [PATCH 00/10] ocaml patches

2017-02-07 Thread Ben Woodcroft
Hi Julien, On 08/02/17 06:16, Julien Lepiller wrote: On Tue, 31 Jan 2017 21:58:05 +0100 Julien Lepiller wrote: Here is the next series of patches. I think I took into account all of your previous remarks, so it should be faster. Julien Lepiller (10): gnu: Add ocaml-fieldslib. gnu: Add

Re: Packaging leiningen (feedback desired)

2017-02-07 Thread Ben Woodcroft
Hi Danny, Alex, On 07/02/17 18:19, Danny Milosavljevic wrote: Hmmm... works for me with: $ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar" clojure.main (Note: java -> /gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-icedtea-3.2.0/bin/java) Also works within guix environment --ad-hoc

Re: Packaging leiningen (feedback desired)

2017-02-07 Thread Catonano
2017-02-08 0:00 GMT+01:00 Ben Woodcroft : > Hi Danny, Alex, > > > On 07/02/17 18:19, Danny Milosavljevic wrote: > >> Hmmm... works for me with: >> >> $ java -cp "${HOME}/.guix-profile/share/java/clojure-1.8.0.jar" >> clojure.main >> >> (Note: java -> /gnu/store/4lnjmsr4szhqyixy238xjl83k8h5f0ck-ice

Re: [PATCH] gnu: Add lshw.

2017-02-07 Thread Leo Famulari
On Tue, Feb 07, 2017 at 06:00:37PM +0100, Marius Bakke wrote: > "Boskovits, Gábor" writes: > > > +(define-public lshw > > Pushed as 189d8422573bdcb9392dad76426ab3e9518017ec ! Woo-hoo! I missed this one recently. Thanks Gábor and Marius! signature.asc Description: PGP signature

Re: Guix package incubator (later a channel)

2017-02-07 Thread Pjotr Prins
On Tue, Feb 07, 2017 at 08:38:58PM +0100, Ricardo Wurmus wrote: > This makes me wonder if the presumed benefits of an incubator could > actually be realised. I would like to advise against recommending an > “incubator” procedure like this as an official alternative to > submissions to the mailing

Re: [PATCH 1/9] gnu: python-dateutils-2: Update to 2.5.3.

2017-02-07 Thread Danny Milosavljevic
Hi ng0, I've fixed the typo in the commit message (s/dateutils/dateutil/) and applied to master, commit 6bd9ad6942d29163b87ca732ce562a098147513b. It causes rebuild of 56 packages.