Re: [PATCH 1/2] gnu: Add freerdp.

2017-02-06 Thread Thomas Danckaert
Hi Ricardo, From: Ricardo Wurmus Subject: Re: [PATCH 1/2] gnu: Add freerdp. Date: Mon, 06 Feb 2017 21:11:34 +0100 +(arguments + `(#:configure-flags + '("-DCMAKE_INSTALL_LIBDIR=lib" + "-DWITH_PULSE=ON" + "-DWITH_CUPS=ON" "-DWITH_SSE2=ON") Is WITH_SSE2 used to ens

[PATCH 2/2] import: Add stackage importer and updater.

2017-02-06 Thread Federico Beffa
An importer/updater for Stackage built on top of the Hackage one. Regards, Fede From 50891dc929a21327405c6a3b58638126456deeed Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 6 Feb 2017 18:19:26 +0100 Subject: [PATCH 2/2] import: Add stackage importer and updater. * guix/import/stackage.

[PATCH 1/2] import: json: Explicitly ask for JSON data.

2017-02-06 Thread Federico Beffa
Some sites, if not explicitly asked for JSON data, answer with HTML. One of them is Stackage. Regards, Fede From 2576e7390c9f8660fbb52e2a72eb782564b8865e Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Sun, 5 Feb 2017 14:42:10 +0100 Subject: [PATCH 1/2] import: json: Explicitly ask for JSON d

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

2017-02-06 Thread Pjotr Prins
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 >installed a package with guix, it should change the database, create a

Re: Guix package incubator (later a channel)

2017-02-06 Thread Pjotr Prins
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 > then (no link, sorry ..

Packaging leiningen (feedback desired)

2017-02-06 Thread alex . ter . weele
If anyone's around, I would appreciate some feedback. I'm trying to package leiningen, a build tool for clojure projects. The recommended way to manually install leiningen is to use a script that will download a .jar (https://github.com/technomancy/leiningen/blob/stable/bin/lein#L65). This is also

Re: [PATCH] gnu: Add lshw.

2017-02-06 Thread Gábor Boskovits
This is updated version of patch following guidelines more closely. Please ignore previous. 2017-02-07 0:13 GMT+01:00 Boskovits, Gábor : > * gnu/packages/lshw.scm: New file. > --- > gnu/packages/lshw.scm | 34 ++ > 1 file changed, 34 insertions(+) > create mode 1

[PATCH] gnu: Add lshw.

2017-02-06 Thread Boskovits , Gábor
* gnu/packages/lshw.scm: New file. --- gnu/packages/lshw.scm | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 gnu/packages/lshw.scm diff --git a/gnu/packages/lshw.scm b/gnu/packages/lshw.scm new file mode 100644 index 0..6b3b4ca0d --- /dev/null

[PATCH] gnu: Add tftp-hpa.

2017-02-06 Thread Boskovits , Gábor
* gnu/packages/tftp-hpa.scm: New file. --- gnu/packages/tftp-hpa.scm | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 gnu/packages/tftp-hpa.scm diff --git a/gnu/packages/tftp-hpa.scm b/gnu/packages/tftp-hpa.scm new file mode 100644 index 0..44a008698

Re: [PATCH 2/2] gnu: Add lshw

2017-02-06 Thread Gábor Boskovits
I would like to get some suggestion about which category this package belongs to. 2017-02-06 18:21 GMT+01:00 Boskovits, Gábor : > --- > gnu/packages/lshw.scm | 34 ++ > 1 file changed, 34 insertions(+) > create mode 100644 gnu/packages/lshw.scm > > diff --git a/g

[PATCH] gnu: Add python-openid.

2017-02-06 Thread Julien Lepiller
* gnu/packages/python.scm (python-openid): New variable. --- gnu/packages/python.scm | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d53eea189..845a4a1be 100644 --- a/gnu/packages/python.scm +++ b/gnu/

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

2017-02-06 Thread rohit yadav
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 installed a package with guix, it should change the database, create a new profile. As long as ~/.nix-profile or ~/.guix-profile points to current pro

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

2017-02-06 Thread Ricardo Wurmus
rohit yadav writes: > ​Hi, > > I am noticing that all the links the guix is trying to download linux-libre > are broken (linux-libre-4.4.18-gnu.tar.xz) does not exist. How should I fix > it, is there a way to provide a local copy for this which guix can use? Oof, you are right about this. Wher

Re: Guix package incubator (later a channel)

2017-02-06 Thread ng0
On 17-02-06 19:09:23, Pjotr Prins wrote: > Hi all, > > After yesterday's FOSDEM discussion I propose to set up a 'Guix > incubator' git tree using Gitlab. The master branch will track the > main Guix master but project can run on forked trees and branches. The > idea is to have patches prepared by

Re: [PATCH] gnu: Add tftp-hpa.

2017-02-06 Thread Thomas Danckaert
From: Boskovits, Gábor Subject: [PATCH] gnu: Add tftp-hpa. Date: Mon, 6 Feb 2017 00:33:31 +0100 --- gnu/packages/tftp-hpa.scm | 27 +++ 1 file changed, 27 insertions(+) Hi! I tested the patch and the package builds fine. +(description + "This is a tftp cli

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

2017-02-06 Thread rohit yadav
I apologize for the missing link. Here it is: https://github.com/UMCUGenetics/guix-additions/blob/master/doc/Deployment.md#restricted-environment-installation At this moment, I have been able to get nix to work with the same technique as mentioned in the above mentioned article. However, I really

Re: updating many haskell packages

2017-02-06 Thread Troy Sankey
Quoting Federico Beffa (2017-02-06 15:34:47) > I would consider a discrepancy between a cabal file on Hackage and the > actual cabal file included in a tar archive a bug. It may be helpful > to report it to the author. I found this issue on the hackage github: https://github.com/haskell/hackage-

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

2017-02-06 Thread Ricardo Wurmus
rohit yadav writes: > Hi, > > I am trying to install guix packages to a non-default location to benefit > from guix on machines with no root privileges. Following the below > mentioned article, Could you point us to article you followed? I couldn’t find it in your message. > I am able to inst

Re: updating many haskell packages

2017-02-06 Thread Federico Beffa
On Mon, Feb 6, 2017 at 4:23 PM, Troy Sankey wrote: > Hm, I should have been following a stackage LTS. Maybe I wouldn't need > to relax any dependency versions. I also wonder if I could have avoided > some discrepancies between hackage and released .cabal files regarding > dependency versions (th

Re: [PATCH 1/2] gnu: Add freerdp.

2017-02-06 Thread Ricardo Wurmus
Hi Thomas, > * gnu/packages/rdesktop.scm (freerdp): New variable. > --- > gnu/packages/rdesktop.scm | 71 > ++- > 1 file changed, 70 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm > index e40852b..1

Guix package incubator (later a channel)

2017-02-06 Thread Pjotr Prins
Hi all, After yesterday's FOSDEM discussion I propose to set up a 'Guix incubator' git tree using Gitlab. The master branch will track the main Guix master but project can run on forked trees and branches. The idea is to have patches prepared by new committers or by people who simply prefer to use

[PATCH 2/2] gnu: Add vinagre.

2017-02-06 Thread Thomas Danckaert
* gnu/packages/gnome.scm (vinagre): New variable. --- gnu/packages/gnome.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f6f7aae..23cf742 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages

[PATCH 1/2] gnu: Add freerdp.

2017-02-06 Thread Thomas Danckaert
* gnu/packages/rdesktop.scm (freerdp): New variable. --- gnu/packages/rdesktop.scm | 71 ++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm index e40852b..14965e1 100644 --- a/gnu/packa

[PATCH 2/2] gnu: Add lshw

2017-02-06 Thread Boskovits , Gábor
--- gnu/packages/lshw.scm | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 gnu/packages/lshw.scm diff --git a/gnu/packages/lshw.scm b/gnu/packages/lshw.scm new file mode 100644 index 0..6b3b4ca0d --- /dev/null +++ b/gnu/packages/lshw.scm @@ -0,

Re: pre-push signature hook error reporting

2017-02-06 Thread Marius Bakke
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 improvement. > > Here is a patch

Re: updating many haskell packages

2017-02-06 Thread Leo Famulari
On Mon, Feb 06, 2017 at 12:23:23AM -0500, Troy Sankey wrote: > I wonder how I should send these patches after I'm all done. git > send-email? That seems crazy. Dozens of patches in their own messages is a little hard to work with as a reviewer. But, you can put them all in one patch file that is

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

2017-02-06 Thread rohit yadav
​Hi, I am noticing that all the links the guix is trying to download linux-libre are broken (linux-libre-4.4.18-gnu.tar.xz) does not exist. How should I fix it, is there a way to provide a local copy for this which guix can use? Thanks, Rohit On Sun, Feb 5, 2017 at 12:27 PM, rohit yadav wrote:

[PATCH v3] gnu: Add dub-build-system.

2017-02-06 Thread Danny Milosavljevic
* guix/build-system/dub.scm: New file. * guix/build/dub-build-system.scm: New file. * Makefile.am (MODULES): Add them. * doc/guix.texi: Add section for dub-build-system. --- Makefile.am | 2 + doc/guix.texi | 10 +++ guix/build-system/dub.scm | 147 ++

Re: pre-push signature hook error reporting

2017-02-06 Thread Leo Famulari
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 improvement. Here is a patch for the hook that I've been us

Re: updating many haskell packages

2017-02-06 Thread Troy Sankey
Quoting Federico Beffa (2017-02-06 03:03:34) > Troy Sankey writes: > > > I have a WIP branch which contains many haskell package updates and > > additions, and makes haskell-build-system use the latest ghc (8.0.2). > > > > https://github.com/pwnage101/guix/tree/add-gitit > > > > It started as a s

Re: [PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-06 Thread Huang, Ying
Hi, Wenwu, iyzs...@member.fsf.org (宋文武) writes: > "Huang, Ying" writes: > >> [...] >>> -#$(if gtk+ (build gtk+ "3.0.0") #t) >>> -#$(if gtk+-2 (build gtk+-2 "2.10.0") #t >>> +#$(if gtk+ >>> + (build >>>

Re: FOSDEM 2017 what a success!!

2017-02-06 Thread Ludovic Courtès
Hello! I’m on my way back and starting to realize what happened. :-) It was amazing. A big thanks to you Pjotr and to Manolis for making it possible! Thanks also to Alex for organizing those friendly dinners and for Chris Webber for guiding the whole crowd to the last dinner place yesterday ev

Re: [PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-06 Thread 宋文武
"Huang, Ying" writes: > [...] >> -#$(if gtk+ (build gtk+ "3.0.0") #t) >> -#$(if gtk+-2 (build gtk+-2 "2.10.0") #t >> +#$(if gtk+ >> + (build >> + gtk+ "3.0.0" >> +

FOSDEM 2017 what a success!!

2017-02-06 Thread Pjotr Prins
Big thanks to the great speakers - personally I enjoyed every single talk!! And then a hand to those who helped, especially Manolis who supported getting the program lined up from the start! Great stuff - and I know we made some new converts :). As a colleague said: I thought the Ruby dev-room was

Re: [PATCH] gnu: Add python-pprofile.

2017-02-06 Thread Ben Woodcroft
Hi Danny, On 06/02/17 19:05, Danny Milosavljevic wrote: * gnu/packages/python.scm (python-pprofile, python2-pprofile): New variables. LGTM, thanks. ben

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-06 Thread Huang, Ying
Hi, Ricardo, Ricardo Wurmus writes: > huang_ying_cari...@163.com writes: > >> From: Huang Ying >> >> Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be >> find >> in bin output. > > Ah, I was wondering why this broke! Thanks for investigating it. > >> The fix works, but

Re: [PATCH v2] gnu: new re2c package, version 0.16

2017-02-06 Thread Ludovic Courtès
Hello! Sergei Trofimovich skribis: > Tested on x86_64-linux and i686-linux. > > * gnu/local.mk: add re2c.scm to dist > * gnu/packages/re2c.scm: new file Applied with the commit log ng0 suggested. Thank you & thanks ng0 and Maxim for the review! Ludo’.

Re: [PATCH 2/2] tests: Add 'prosody-service-type' test.

2017-02-06 Thread Clément Lassieur
> +(define script.ft > + (scheme-file > + "script.ft" > + #~(begin > + (define (handle-received-message time from nickname message) > + (if (equal? message #$message) > + (ft-quit 0) > + (ft-quit 1))) > + (add-hook

Re: [PATCH] config-daemon.ac: detect host AR

2017-02-06 Thread Ludovic Courtès
Sergei Trofimovich skribis: > The problem is seen when we try to use explicit host: > > ./configure --prefix=/usr --localstatedir=/var/lib > --host=x86_64-pc-linux-gnu > make V=1 > > Before the change: > ar cru libstore.a nix/libstore/libstore_a-gc.o > After the change: > x86_64-

Software Heritage API

2017-02-06 Thread Ludovic Courtès
Hello Guix! I couldn’t attend the Software Heritage talk at FOSDEM, but they had good news: https://www.softwareheritage.org/2017/02/04/archive-api/ The API is currently limited to meta-data (retrieving the actual data returns 401.) Still that looks pretty cool already. Ludo’.

[PATCH] gnu: Add python-pprofile.

2017-02-06 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-pprofile, python2-pprofile): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d53eea189..be9ba856f 100644 --- a/gnu/packages/python.scm +

Re: [PATCH] gnu: Add tftp-hpa.

2017-02-06 Thread Gábor Boskovits
Hello! Sorry for my english! This will be the my first contribution, so i hope all went well. I would like to get some assistance in selecting a category for this package. Should it be networking, or something else? I would be glad if someone could also verify if my licese selection is correct

Re: updating many haskell packages

2017-02-06 Thread Federico Beffa
On Mon, Feb 6, 2017 at 9:03 AM, Federico Beffa wrote: > (ii) The latest LTS still uses GHC 8.0.1. I'm not sure if this is > because of some real problem (GHC 8.0.2 introduces some > incompatibilities) or if it is because changing things takes time. Looks like LTS8 is on its way http://lwm.githu

Re: Add emacs-dream-theme

2017-02-06 Thread Alex Kost
contact@cryptolab.net (2017-02-03 20:34 +) wrote: > There are no releases, and I don't know how/if there are certain > expectations about themes. If loading them just via (require 'dream) is > not normal, should it be mentioned in the description? > See http://www.djcbsoftware.nl/dot-emacs

Re: updating many haskell packages

2017-02-06 Thread Federico Beffa
Troy Sankey writes: > I have a WIP branch which contains many haskell package updates and > additions, and makes haskell-build-system use the latest ghc (8.0.2). > > https://github.com/pwnage101/guix/tree/add-gitit > > It started as a small project to create a Gitit package (hence the name > of t