Re: Staging freeze

2016-12-27 Thread Leo Famulari
On Tue, Dec 27, 2016 at 06:56:44PM -0500, Leo Famulari wrote: > On Fri, Dec 23, 2016 at 12:23:39AM -0500, Leo Famulari wrote: > > The last staging branch was merged into the master branch on December > > 11. > > > > According to the 3 week staging cycle we are trying to adhere to [0], > > this wou

Re: GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel (d4n1)
*guix package -i sbcl-stumpwm: binOn Dec 28, 2016 12:02 AM, "Daniel Pimentel (d4n1)" wrote: > > It's work now! > > I put lisp module and add sbcl-stumpwm in my config. But the stumpwm binary > not appears so I install it in my guix profile: > guix package -I sbcl-stumpwm > > Note: only work with

Re: GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel (d4n1)
It's work now! I put lisp module and add sbcl-stumpwm in my config. But the stumpwm binary not appears so I install it in my guix profile: guix package -I sbcl-stumpwm Note: only work with .xession or .xinitrc Thanks,On Dec 27, 2016 11:25 PM, "Daniel Pimentel (d4n1)" wrote: > > Yes, it's works

Re: GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel (d4n1)
Yes, it's works, thanks. I did install but now there's another problem: login. I did in my home following stumpwm docs: echo > "exec sbcl-stumpwm" > ~/.xinitrc But not start stumpwm :(On Dec 27, 2016 10:13 PM, Carlo Zancanaro wrote: > > On Wed, Dec 28 2016, Daniel Pimentel wrote > > I'm tryi

Re: GuixSD + StumpWM

2016-12-27 Thread Carlo Zancanaro
On Wed, Dec 28 2016, Daniel Pimentel wrote I'm trying use StumpWM in my config.scm but there's code for module: guix system: error: failed to load '/etc/config.scm': ice-9/boot-9.scm:2870:6: In procedure resolve-interface: ice-9/boot-9.scm:2870:6: no code for module (gnu packages sbcl-stumpw

Re: GuixSD + StumpWM

2016-12-27 Thread Leo Famulari
On Tue, Dec 27, 2016 at 09:50:47PM -0300, Daniel Pimentel wrote: > Guixs, > > I'm trying use StumpWM in my config.scm but there's code for module: > > guix system: error: failed to load '/etc/config.scm': > ice-9/boot-9.scm:2870:6: In procedure resolve-interface: > ice-9/boot-9.scm:2870:6: no cod

GuixSD + StumpWM

2016-12-27 Thread Daniel Pimentel
Guixs, I'm trying use StumpWM in my config.scm but there's code for module: guix system: error: failed to load '/etc/config.scm': ice-9/boot-9.scm:2870:6: In procedure resolve-interface: ice-9/boot-9.scm:2870:6: no code for module (gnu packages sbcl-stumpwm) My config.scm: (use-modules (gnu) (g

Re: rust: cargo build-system: how to handle libraries

2016-12-27 Thread David Craven
> We run (or this is the default) cargo with `--bin`, which is > necessary for everything which needs to be compiled and features > a Cargo.toml. All crates have a Cargo.toml file. The interesting crates are the ones with a Cargo.lock file. > To "build" libraries, we have to explicitly tell cargo

Re: Staging freeze

2016-12-27 Thread Leo Famulari
On Fri, Dec 23, 2016 at 12:23:39AM -0500, Leo Famulari wrote: > The last staging branch was merged into the master branch on December > 11. > > According to the 3 week staging cycle we are trying to adhere to [0], > this would mean we freeze the current branch on December 25 and try to > merge it

rust: cargo build-system: how to handle libraries

2016-12-27 Thread ng0
Hi, I've got about 94 rust packages on my todo list for our (secushare) current prototype version. Today I assembled the full list of them and started with the crate `libc`. This crate comes with no Cargo.toml file, where I already am aware of the limitation of our cargo build-system. Before I c

[PATCH] gnu: gnome-tweak-tool: Use glib-or-gtk-build-system

2016-12-27 Thread Christopher Baines
* gnu/packages/gnome.scm (gnome-tweak-tool): Switch from the gnu build system to the glib-or-gtk build system, to fix missing gobject introspection namespaces. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/g

Re: [PATCH] Add r-scran 1.2.0 and all its dependencies

2016-12-27 Thread Ra
Dear Ricardo, I try to satisfy all the requirements. What do you think ? In attachment the patches. Shiny now is in web.scm I reformat the description and fixed the synopsis. I also re checked the licenses. I have created a single patch for each r-package. -- Raoul On Tue, Dec 27, 2016 at 6:0

Re: [PATCH] Add r-scran 1.2.0 and all its dependencies

2016-12-27 Thread Ra
On Tue, Dec 27, 2016 at 6:00 PM Ricardo Wurmus wrote: > > Ra writes: > > > guix import cran --archive=bioconductor scater > > > > I had to add the missing dependencies by hand, is there a recursive way > to do so? > > Yes, you can just pass “--recursive” or “-r” and the importer will spit > out

Re: [PATCH] Add r-scran 1.2.0 and all its dependencies

2016-12-27 Thread Ricardo Wurmus
Ra writes: > guix import cran --archive=bioconductor scater > > I had to add the missing dependencies by hand, is there a recursive way to do > so? Yes, you can just pass “--recursive” or “-r” and the importer will spit out package expressions for all unpackaged dependencies. A current limita

Re: [PATCH] Add r-scran 1.2.0 and all its dependencies

2016-12-27 Thread Ra
Hi Ricardo, On Tue, Dec 27, 2016 at 5:02 PM Ricardo Wurmus wrote: Hi Raoul, > in attachment a patch for the inclusion of an R/Bioconductor library named > "scran" https://bioconductor.org/packages/release/bioc/html/scran.html , > scran has a lot of dependencies and I placed those related to >

Re: [PATCH] gnu: leptonica: Update to 1.73.

2016-12-27 Thread Marius Bakke
"Taylan Ulrich Bayırlı/Kammer" writes: > Marius Bakke writes: > >> "Taylan Ulrich Bayırlı/Kammer" writes: >> >>> You know what, Leptonica 1.74.0 has been released yesterday, so here's a >>> new patch. :-D >>> >>> But yes, the source snippet / patch for the .pc file isn't necessary >>> anymore f

Re: [PATCH] wireshark: Update to 2.2.3.

2016-12-27 Thread Marius Bakke
Nicolas Goaziou writes: > Hello, > > Here is an update for Wireshark. Applied, thanks! signature.asc Description: PGP signature

Re: [PATCH] Add r-scran 1.2.0 and all its dependencies

2016-12-27 Thread Ricardo Wurmus
Hi Raoul, > in attachment a patch for the inclusion of an R/Bioconductor library named > "scran" https://bioconductor.org/packages/release/bioc/html/scran.html , > scran has a lot of dependencies and I placed those related to > bioinformatics/bioconductor into bioinformatics.scm and those relate

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

2016-12-27 Thread Marius Bakke
Thomas Danckaert writes: > From: Marius Bakke > Subject: Re: [PATCH] gnu: Add python-netcdf4. > Date: Sat, 24 Dec 2016 14:59:35 +0100 > >> Thomas Danckaert writes: >> >>> From b4b54b695e286c19332600c38d5e07fabee409f8 Mon Sep 17 00:00:00 >>> 2001 >>> From: Thomas Danckaert >>> Date: Fri, 23 De

Re: [PATCH] gnu: Add httpstat.

2016-12-27 Thread Marius Bakke
Stefan Reichör writes: > Hi Marius! > >> Stefan Reichör writes: >> >>> From 06958884c4a29f43b9ade58a950b95bf9046d9f4 Mon Sep 17 00:00:00 2001 >>> From: Stefan Reichoer >>> Date: Fri, 23 Dec 2016 22:06:15 +0100 >>> Subject: [PATCH] gnu: Add httpstat. >>> >>> * gnu/packages/networking.scm (httpst

Re: [PATCH] Update emacs-org to 20161224

2016-12-27 Thread Marius Bakke
Nicolas Goaziou writes: > Hello, > > Here is an update for the latest Org release. Thanks, applied! signature.asc Description: PGP signature

Re: netcat-openbsd implementations

2016-12-27 Thread Aron Xu
On Tue, Dec 27, 2016 at 5:42 PM, ng0 wrote: > Hi Aron, > > Aron Xu writes: > >> Hi there, >> >> On Tue, Jul 12, 2016 at 5:19 PM, Ludovic Courtès wrote: >>> Hi, >>> >>> ng0 skribis: >>> Aron Xu writes: >>> >>> [...] >>> > I don't treat this netcat-openbsd a full fork even if it's target

Re: [PATCH] Elpa importer improvements

2016-12-27 Thread Carlo Zancanaro
On Tue, Dec 27 2016, Alex Kost wrote [...] - (proc (http-fetch/cached (string->uri url + (catch #t + (lambda () + (proc (http-fetch/cached (string->uri url +(lambda (key . args) + (if error-thunk + (error-thunk) + (apply throw key args) So here you fixed

Re: netcat-openbsd implementations

2016-12-27 Thread ng0
Hi Aron, Aron Xu writes: > Hi there, > > On Tue, Jul 12, 2016 at 5:19 PM, Ludovic Courtès wrote: >> Hi, >> >> ng0 skribis: >> >>> Aron Xu writes: >> >> [...] >> I don't treat this netcat-openbsd a full fork even if it's targeting an older revision at the moment. Also, maintaining pat

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

2016-12-27 Thread Thomas Danckaert
From: Marius Bakke Subject: Re: [PATCH] gnu: Add python-netcdf4. Date: Sat, 24 Dec 2016 14:59:35 +0100 Thomas Danckaert writes: From b4b54b695e286c19332600c38d5e07fabee409f8 Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Fri, 23 Dec 2016 15:06:43 +0100 Subject: [PATCH] gnu: Add pyth

[PATCH] wireshark: Update to 2.2.3.

2016-12-27 Thread Nicolas Goaziou
Hello, Here is an update for Wireshark. Regards, -- Nicolas Goaziou0x80A93738 >From 32309390555fcd2ad5600e36b60c91e37b390086 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 27 Dec 2016 09:54:28 +0100 Subject: [PATCH] gnu: wireshark: Upd

Re: [PATCH] Elpa importer improvements

2016-12-27 Thread Alex Kost
Carlo Zancanaro (2016-12-14 13:04 +1100) wrote: > I was trying to import some elpa packages recently and found some > issues, so here are some patches to fix them. > > 1. call-with-downloaded-file had behaviour different to how it was > documented to behave. This was primarily a problem when tryin

[PATCH] Update emacs-org to 20161224

2016-12-27 Thread Nicolas Goaziou
Hello, Here is an update for the latest Org release. Regards, -- Nicolas Goaziou0x80A93738 >From 3f8e270adc0024756f29fefe38f2f8afa0ce7c70 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 27 Dec 2016 09:46:16 +0100 Subject: [PATCH] gnu: e