Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-11 Thread Ricardo Wurmus
Looking good now (with the exception of the minor cosmetic misalignment of the “(base32” line). ~~ Ricardo

Re: Contributor covenant

2015-12-09 Thread Ricardo Wurmus
Alex Sassmannshausen writes: >>> We want to provide a warm, friendly and harassment-free environment, >>> so that anyone can contribute to the best of their abilities. To >>> this end our project uses a ``Contributor Covenant'', which was >>> adopted from

Re: Update mafft to 7.245.

2015-12-10 Thread Ricardo Wurmus
Ben Woodcroft writes: > Two reviews in record time, nice. > > On 10/11/15 23:12, Efraim Flashner wrote: >> On Tue, 10 Nov 2015 22:18:10 +1000 >> Ben Woodcroft wrote: >> >>> Also had to fix the inputs. Hard not to notice these things in the >>>

[PATCH] http-client: Support basic authentication.

2015-12-16 Thread Ricardo Wurmus
this feature to the ‘http-fetch’ procedure. Now “protected” URLs like https://readonly:reado...@hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/genomation/DESCRIPTION can be downloaded. ~~ Ricardo >From 9a4385353dac7cf74c4950921bbf6f8ecc06d92a Mon Sep 17 00:00:00 2001 From: Rica

Re: [PATCH] Update Julia to 0.4.2.

2016-01-04 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> Unfortunately, the build for “julia” is not reproducible. I haven’t yet >> investigated what might be the cause and I don’t know yet how large the >> differe

Re: [PATCH] Add LDC.

2016-01-05 Thread Ricardo Wurmus
Roel Janssen writes: > +(define-module (gnu packages ldc) > + #:use-module ((guix licenses) #:prefix license:) > + #:use-module (guix packages) > + #:use-module (guix download) > + #:use-module (guix build-system cmake) > + #:use-module (gnu packages) > + #:use-module (gnu

Re: Interest in package for pfff?

2016-01-02 Thread Ricardo Wurmus
Pjotr Prins writes: > I just wrote a package for pfff. Should it go into Guix, and if so, > what module should it belong in? md5sum and shaxsum are part of > coreutils. I am thinking pfff should go into gnu/packages/hash.scm. I think “hash.scm” would be a good

Re: [PATCH] Add LDC.

2015-12-29 Thread Ricardo Wurmus
One more thing: > + ("unzip" ,unzip) ;; needed for tests Please just use one semicolon for margin comments like this. Double semicolon is only used for line comments. ~~ Ricardo

Re: How to test changes to guix locally? (Was: Re: Trying to fix an error in the pypi-importer)

2016-01-02 Thread Ricardo Wurmus
swedebu...@riseup.net writes: > How do I best go about testing my changes to the build-system? make & > ./pre-inst-env guix ...? Somebody mentioned input but I did not > understand that. Yes, “./pre-inst-env” allows you to use the guix library in the current directory. Note that when you

Re: Adding tags to packages

2016-01-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > As Alex writes, one can always choose not to use tags; this would be an > argument for implementing them. However, it seems to me that the cost > of implementing and maintaining them would be high enough (the > implementation itself may not be that

Re: Freezing core-updates soon

2016-01-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi! > > I would like to declare ‘core-updates’ frozen in 1 or 2 days so we can > have Hydra build it all and merge it afterwards. > > Thoughts? > > If there’s a big update you’d like to make (Python anyone?), now is > the time! Will this include the

Re: [PATCH] Help Ruby packages be reproducible

2016-01-06 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 02/01/16 01:10, Ludovic Courtès wrote: [...] >> So I guess you (Ricardo?) can push it now. [...] > Thanks for pushing the patch. I did this just now. Sorry for the delay. Pushed as 7266848. Thanks, Ben, for helping to make Ruby packages

Re: [PATCH] Rename icedtea{6,7}.

2016-01-06 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> The following patches rename the packages “icedtea6” and “icedtea7” to >> just “icedtea”, and the variables “icedtea6” and “icedtea7” to >> “icedtea-6” and “

Re: [PATCH] Add Jellyfish.

2016-01-06 Thread Ricardo Wurmus
Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: > Ludovic Courtès <l...@gnu.org> writes: > >> Ben Woodcroft <b.woodcr...@uq.edu.au> skribis: >> >>> But would it be possible to include the scripting language bindings, >>>

[PATCH] Add ant-build-system.

2016-01-06 Thread Ricardo Wurmus
001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Tue, 29 Dec 2015 16:56:49 +0100 Subject: [PATCH] build: Add Ant build system. * guix/build-system/ant.scm: New file. * guix/build/ant-build-system: New file. * Makefile.am (MODULES): Add new files. * doc/guix.texi (Build Systems): Doc

Re: [PATCH] Add rubygems updater.

2016-01-05 Thread Ricardo Wurmus
Ben Woodcroft writes: >>> We could even default this to the expected name of the library guessed >>> from the name of the package when #:import is not given. However, this >>> would unfortunately break packages that have been written outside of >>> Guix, so I imagine you

Re: [PATCH] draft addition of github updater

2016-01-05 Thread Ricardo Wurmus
Ludovic Courtès writes: >> +(define (latest-release guix-package) >> + "Return an for the latest release of GUIX-PACKAGE." >> + (let* ((pkg (specification->package guix-package)) > > Someone (Ricardo?) proposed recently to pass a package object instead of > a package name to

Re: [PATCH] Add LDC.

2016-01-05 Thread Ricardo Wurmus
Roel Janssen writes: > Thanks again for your time and helpful response. I hope this version of > the patch is fine. It is :) Thanks for your patience! > It is the Boost Software License v1. So I peeked at boost.scm and > copied that license (license:x11-style ...). > > The

Re: [PATCH] Gemspecs / Add ruby-ruby-engine.

2016-01-05 Thread Ricardo Wurmus
Ben Woodcroft <b.woodcr...@uq.edu.au> writes: > On 05/01/16 21:36, Ricardo Wurmus wrote: >> Ben Woodcroft <b.woodcr...@uq.edu.au> writes: > [..] >>> While I managed to install 1.0.1, I wasn't sure how best to remove the >>> bundled 1.0.0 .gem file. T

Re: [PATCH] Add Bioconductor importer and updater.

2016-01-06 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> From 8829683fffc03dec7f2faecea75cdd7831ce1741 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Wed, 16 Dec 2015

Re: [PATCH] Add Bioconductor importer and updater.

2016-01-06 Thread Ricardo Wurmus
Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: >> We could check whether the source URL starts with “mirror://cran”, no? >> And forget about the ‘r-repository’ property? > > I think so. I’ve just updated the patches. > >>> +++ b/guix/scripts/import/bi

Re: [PATCH] gnu: boost: Update to 1.60.0

2016-01-06 Thread Ricardo Wurmus
Eric Bavier writes: > This patch updates our boost package to version 1.60.0. Yay! I have a reviewed patch waiting for inclusion that so far depended on a patched version of boost 1.58. I’ll finally be able to add it without also having to add a variant of the

Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-07 Thread Ricardo Wurmus
宋文武 <iyzs...@member.fsf.org> writes: > Ricardo Wurmus <rek...@elephly.net> writes: > >>> + (snippet >>> + ;; Don't optimize for a specific processor architecture. >>> + '(substitute* "libs/Makefile"

Re: [PATCH] Add 12 rubygems.

2016-01-07 Thread Ricardo Wurmus
Here’s the review for the other 11 patches, starting from the last: > From 4ccc1fadcb67a0d296bedd51a7f73d911da4680d Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Tue, 29 Dec 2015 15:13:13 +1000 > Subject: [PATCH 12/12] gnu: Add ruby-ttfunk. > *

Re: [PATCH] Add 17 moar rubygems.

2016-01-07 Thread Ricardo Wurmus
Ben Woodcroft writes: > These packages are independent of the other 12 submitted packages, > except for ruby-ansi which has already been reviewed - I've attached an > updated patch that incorporates your comments, thanks Ricardo. Thank you. I’ve just pushed this

Re: dmd’s new name

2016-01-07 Thread Ricardo Wurmus
Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> Walter Bright skribis: >> >>> The D programming language compiler has been called dmd since about >>> 2000 or so. In order to avoid confusion, may I request that the Gnu >>> dmd

Re: [PATCH] Add GenomicFeatures.

2016-01-07 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> PS: If reviewing these patch sets is uncomfortable in this format and >> you’d prefer separate emails or some other approach, please let me >> know. I appre

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Ricardo Wurmus
Ben Woodcroft writes: > Do you know though, is there any way to get emacs to insert the extra > space in description strings and comments automatically (without it > messing things up of course). Perhaps we should modify the importers to > insert this automatically in

Re: [PATCH] Help Ruby packages be reproducible

2015-12-31 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 31/12/15 03:26, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> >>> On 29/12/15 15:46, Ben Woodcroft wrote: Unfortunately none of these builds are reproducible because rubygems in Guix generally aren't. For

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-31 Thread Ricardo Wurmus
Mathieu Lirzin <m...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: > >> Ah, I see, and someone already pushed the wrong version. The commit >> summary should probably be updated to mention this indentation change. > > I

Re: [PATCH] gtk+: Support GUIX_GTK{2,3}_PATH variables.

2015-12-31 Thread Ricardo Wurmus
Ludovic Courtès writes: > Mark H Weaver skribis: > >> This is now sufficiently built to merge to 'master', but I'm not sure >> whether it was decided to do this before getting feedback from upstream. > > I think there was consensus that this is OK to install the

Re: [PATCH] Add Jellyfish.

2015-12-30 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ben Woodcroft skribis: > >> But would it be possible to include the scripting language bindings, >> something along these lines? >> >> +(arguments >> + `(#:configure-flags '("--enable-ruby-binding" >> +

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-01 Thread Ricardo Wurmus
Alex Kost <alez...@gmail.com> writes: > Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: > >> Ben Woodcroft <b.woodcr...@uq.edu.au> writes: >> >>> Do you know though, is there any way to get emacs to insert the extra >>> space in descrip

Reproducible jar archives.

2015-12-30 Thread Ricardo Wurmus
Hi Guix, Java libraries are usually installed as jar archives. These are (optionally compressed) archives containing the “.class” files; optionally, they may also contain a manifest. These archives are created by the “jar” tool, which is part of the JDK; they can also be created by “fastjar”,

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-01 Thread Ricardo Wurmus
Ben Woodcroft <b.woodcr...@uq.edu.au> writes: > On 01/01/16 18:25, Ricardo Wurmus wrote: >> Alex Kost <alez...@gmail.com> writes: >> >>> Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: >>> >>>> Ben Woodcroft <b.woodcr...@uq.edu.au>

Re: [PATCH] Upgrade bedtools to 0.25.0.

2016-01-09 Thread Ricardo Wurmus
Ben Woodcroft writes: > A reasonably straightforward update. I think you forgot to also remove the “bedtools-32bit-compilation.patch” file from “gnu/packages/patches”. Otherwise I agree with Andreas about separating the stylistic from the functional changes by doing two

Re: Guix as a Guile package manager

2016-01-09 Thread Ricardo Wurmus
Fabio Pesari writes: > The way I see it: > > * Guile ships with guile-guix (a library that implements much of Guix' > package management capabilities, but not the Guix program) and a > (very small) Guile package manager which depends on guile-guix The package management

Re: [PATCH] Gemspecs / Add ruby-ruby-engine.

2016-01-05 Thread Ricardo Wurmus
Ben Woodcroft writes: > I've attached a patch for a simple rubygem. This one was slightly nasty > because the gem for version 1.0.1 includes the .gem file for version > 1.0.0, which means that 1.0.0 gets silently installed instead of the > built and tested 1.0.1 .gem

Re: Trying to fix an error in the pypi-importer

2016-01-03 Thread Ricardo Wurmus
> So removing the (else -> to a comment and adjusting the parentheses did > not work. > > Could somebody point me to relevant documentation about how to write > conditional statements in guile? In Scheme a conditional statement just looks like this: (if condition expression-a

[PATCH] Rename icedtea{6,7}.

2015-12-30 Thread Ricardo Wurmus
recent JDK. ~~ Ricardo >From 3f27f5c2b802bd9b86592b360ab40b26351cd6f9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Wed, 30 Dec 2015 14:04:04 +0100 Subject: [PATCH 1/5] gnu: icedtea6, icedtea7: Unpack to "openjdk.src". * gnu/packages

Re: [PATCH 04/10] gnu: Add python-keystoneclient.

2016-01-04 Thread Ricardo Wurmus
Efraim Flashner writes: >> > + (build-system python-build-system) >> > + (native-inputs >> > + `(("python-setuptools" ,python-setuptools) >> > + ;; and some packages for the tests >> > + ("openssl" ,openssl) >> > + ("python-coverage" ,python-coverage) >> >

Re: [PATCH] gnu: Add Pfff.

2016-01-07 Thread Ricardo Wurmus
Pjotr Prins writes: > * gnu/packages/hash.scm (pfff): New variable. I changed the description to use full sentences, moved the expression to textutils.scm (for lack of a better module), updated the commit message and pushed. Thanks! ~~ Ricardo

Re: [PATCH] Add Bioconductor importer and updater.

2016-01-07 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: > >>> I was wondering whether this should be a separate script or not. A >>> precedent would

Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-06 Thread Ricardo Wurmus
> + (snippet > + ;; Don't optimize for a specific processor architecture. > + '(substitute* "libs/Makefile" > + (("^CXXFLAGS \\+= -march=native") ""))) > + (modules '((guix build utils))) Is this to avoid that packages are

Re: [PATCH] Add libgit2.

2015-12-21 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> The tests only fail when run with “guix build”. >> I run them like this: >> >> ./libgit2_clar -v -Q >> >> And I get erros li

Re: a bit curiousity

2015-12-22 Thread Ricardo Wurmus
Dika Setya Prayogi writes: > 1.install two or multiple package with different version in single profile You can ask Guix to install different versions of the same package (if available) into a single profile, but when creating the new profile generation Guix would

[PATCH] Update Julia to 0.4.2.

2015-12-23 Thread Ricardo Wurmus
” is not reproducible. I haven’t yet investigated what might be the cause and I don’t know yet how large the difference between two builds is. ~~ Ricardo >From 416b5a0ef40cd2dff304db55846a258210388bb3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Mon, 30 Nov 2015

Re: [PATCH] gtk+: Support GUIX_GTK{2,3}_PATH variables.

2015-12-25 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <rek...@elephly.net> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>> Ricardo Wurmus <rek...@elephly.net> skribis: >>> >>>> From 11f502281064525a067c1453

Re: [PATCH 0/2] xlockmore: Fix URLs and update to 5.46

2015-12-25 Thread Ricardo Wurmus
Leo Famulari writes: > I didn't mean to push this before emailing — especially the update > patch. Sorry! > > I'm not sure how to revert while being sure not to screw > other users' checkouts (or Hydra's checkout) so I'll wait for any > instructions. The only safe way to

Re: [PATCH 0/2] znc: Update source URL and update to 1.6.2

2015-12-25 Thread Ricardo Wurmus
Leo Famulari writes: > This updates the znc source url to use the "archive" directory on the > source server. This directory does include the latest release. > > The second patch updates to the latest release, 1.6.2. This looks okay. Thank you! ~~ Ricardo

Re: Circular dependency with LDC and Phobos

2015-12-25 Thread Ricardo Wurmus
Pjotr Prins writes: > My question is how to do this last one in the best way because I don't > see any precedents in the gnu/package sources. > 1. Write a source package for phobos and make it available in the build phase > of >the other package ldc > 2. Fix git

[PATCH] Add Fritzing.

2015-12-26 Thread Ricardo Wurmus
>From 0185800f0af7c7ade1a2be11b357e327ed43e841 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <rek...@elephly.net> Date: Sat, 26 Dec 2015 11:29:14 +0100 Subject: [PATCH 1/2] licenses: Add CC BY SA 3.0. * guix/licenses.scm (cc-by-sa3.0): New variable. --- guix/licenses.scm | 7 ++

[PATCH] Add Jellyfish.

2015-12-18 Thread Ricardo Wurmus
>From 9fcbc3e10773c7ee73b232c8e16e20a807318bbc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Fri, 18 Dec 2015 17:40:02 +0100 Subject: [PATCH] gnu: Add Jellyfish. * gnu/packages/bioinformatics.scm (jellyfish): New variable. --- gnu/packages/bioinform

Re: [PATCH] Add GenomicRanges.

2015-12-18 Thread Ricardo Wurmus
Ludovic Courtès writes: >> +(build-system r-build-system) >> +(home-page "http://bioconductor.org/packages/BiocGenerics;) >> +(synopsis "S4 generic functions for Bioconductor") >> +(description >> + "This package provides S4 generic functions needed by many

Re: [PATCH] Add fraggenescan.

2015-12-20 Thread Ricardo Wurmus
Hi Ben, thanks for your patch! > From f10c4178cef360a8472c988c9ea8aace15daa954 Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Sun, 20 Dec 2015 22:23:17 +1000 > Subject: [PATCH] gnu: Add fraggenescan. > * gnu/packages/bioinformatics.scm (fraggenescan): New

Re: Multiple versions

2015-12-27 Thread Ricardo Wurmus
Dmitry Bogatov writes: >> I do the same with Ruby using profiles. I have any number of interpreters >> installed for testing and any number of libraries using either guix or >> the lib path with a profile in there. > > But how do you solve problem, that for example you want

Re: [PATCH] Add Bristol

2015-12-24 Thread Ricardo Wurmus
Leo Famulari writes: > LGTM! Pushed after changing “synthesisers” to “synthesizers”. Thanks! ~~ Ricardo

Re: Multiple versions

2015-12-27 Thread Ricardo Wurmus
Dmitry Bogatov writes: >> Then there is the combinatorial explosion. If you have 20 libraries in >> 10 versions each that are needed to build a derived binary, then there >> will be 10^20 possible combinations. Which of them would you like to >> support? > > Build binaries with

Re: New package: xmlstarlet

2015-12-28 Thread Ricardo Wurmus
+++ b/gnu/packages/xml.scm > @@ -6,6 +6,7 @@ > ;;; Copyright © 2015 Ricardo Wurmus <rek...@elephly.net> > ;;; Copyright © 2015 Mark H Weaver <m...@netris.org> > ;;; Copyright © 2015 Efraim Flashner <efr...@flashner.co.il> > +;;; Copyright © 2015 Raimon Grau <raimons

Re: [PATCH] Replace broken LADSPA URL.

2015-12-28 Thread Ricardo Wurmus
io.scm (ladspa): Update source and home page url. > > Thanks to Ricardo Wurmus for suggesting downloading the source > from Internet Archive. Thanks, but attribution is not required here :) > gnu/packages/audio.scm | 29 +++-- > 1 file changed, 19 insert

Re: Update mafft to 7.245.

2015-12-21 Thread Ricardo Wurmus
Ben Woodcroft writes: > Let's just push if you don't mind. The test themselves also fail, > presumably because they are out of date, with some minor alignment > issues. I'll talk to upstream and maybe snag a check target in the process. Okay, I just pushed the last

[PATCH] Add Virtual MIDI piano keyboard.

2015-12-21 Thread Ricardo Wurmus
>From 72d137b968822186ce70e434b5716dfab87bcce6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <rek...@elephly.net> Date: Sun, 20 Dec 2015 21:54:56 +0100 Subject: [PATCH 1/2] gnu: Add drumstick. * gnu/packages/music.scm (drumstick): New variable. --- gnu/packages/music

Re: Create help-g...@gnu.org?

2015-12-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > Should we create a help-g...@gnu.org mailing list specifically to answer > user questions? Yes! ~~ Ricardo

Re: [PATCH] Add ApaptiveSparsity.

2015-12-21 Thread Ricardo Wurmus
des ‘wrapper_dgesv_’), no? It lacked “-larmadillo”. Turns out that the armadillo package produces a shared library to wrap some lapack/arpack/openblas features. >> From 2500805d1aa6bf0890fb43d530da3f4ea6bb39f7 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.d

Re: [PATCH] Add Yoshimi.

2015-12-24 Thread Ricardo Wurmus
Leo Famulari writes: > The readline module is not imported by music.scm on current master. > Maybe you have a WIP patch that imports it in your tree? Anyways, the > "readline" variable is currently unbound. > > It builds fine for me otherwise. You’re right, I forgot to add

Re: [PATCH] Perl modules for HTML and XML

2015-12-24 Thread Ricardo Wurmus
Cyril Roelandt <tipec...@gmail.com> writes: > On 12/23/2015 11:53 AM, Ricardo Wurmus wrote: >> (I’ll try to set up git send-email soon.) >> > Seems ok, except for this: > > gnu/packages/perl.scm:5946:5: perl-unicode-linebreak-2015.12: sentences > in description

[PATCH] Add Bristol

2015-12-24 Thread Ricardo Wurmus
Hi Guix, here’s a patch for yet another synthesizer: >From 9f3d0c821132393bfd6192f7d6fd9cdc23feafff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <rek...@elephly.net> Date: Thu, 24 Dec 2015 13:43:32 +0100 Subject: [PATCH] gnu: Add Bristol. * gnu/packages/music.scm (bristol): New

[PATCH] Perl modules for HTML and XML

2015-12-23 Thread Ricardo Wurmus
(I’ll try to set up git send-email soon.) >From d4f5da65aaa55df2880b3a1aac7705973e5ae272 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <rek...@elephly.net> Date: Tue, 22 Dec 2015 14:08:41 +0100 Subject: [PATCH 01/13] gnu: Add MIME::Charset. * gnu/packages/perl.scm (perl-mime-char

[PATCH] Add Yoshimi.

2015-12-22 Thread Ricardo Wurmus
“(inherit "zynaddsubfx")” felt a bit pointless. ~~ Ricardo >From b6480d0d5bb763bc506bfa99c770d59ad487a375 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <rek...@elephly.net> Date: Wed, 23 Dec 2015 08:45:56 +0100 Subject: [PATCH] gnu: Add Yoshimi. * gnu/packages/music.scm (yos

Re: [PATCH] Add r-acsnminer.

2015-12-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > What’s a “grob” BTW? :-) I think it stands for “graphical object” or similar, which is used for plotting. (Lilypond also uses this term for anything that needs to be arranged in a layout, such as text, note heads, etc). ~~ Ricardo

Re: [PATCH] Add Rmarkdown.

2015-12-21 Thread Ricardo Wurmus
Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: > These three patches add Rmarkdown and dependencies. > > The last patch that adds the “r-rmarkdown” package also changes the > import of “(gnu packages xml)” in haskell.scm to be less specific. The > “#:select” phrase t

Re: [PATCH] Add Bioconductor importer and updater.

2015-12-21 Thread Ricardo Wurmus
Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: > The first two patches in this series are actually unrelated: the first > fixes an annoying bug in the CRAN importer; the second corrects an > outdated claim in the CRAN importer’s documentation. I pushed the first two

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-20 Thread Ricardo Wurmus
Efraim Flashner <efr...@flashner.co.il> writes: > On Fri, 11 Dec 2015 15:03:39 +0100 > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote: > >> Efraim Flashner <efr...@flashner.co.il> writes: >> > ... >> > + (description >> > + &qu

Re: [PATCH] Help Ruby packages be reproducible

2015-12-30 Thread Ricardo Wurmus
Ben Woodcroft writes: > From 3d23171d88b9f38c90efa469f6519b52b15a1d01 Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Wed, 30 Dec 2015 10:27:33 +1000 > Subject: [PATCH] build: ruby: Remove cached gem after install. > The .gem file stored

Re: [PATCH] Add 12 rubygems.

2015-12-30 Thread Ricardo Wurmus
Ben Woodcroft writes: > These patches are all working towards the popular Ruby web frameworks > (Rails/Sinatra). I tried where possible to do at least rudimentary > testing when dependency cycles arose, and fall back to the source code > on github when the gem on

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-30 Thread Ricardo Wurmus
Efraim Flashner <efr...@flashner.co.il> writes: > On Sun, 20 Dec 2015 14:43:47 +0100 > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote: > >> Ah, so thats >> >> in both “load” and “each” modes. >> >> I read this unquoted and it didn

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-30 Thread Ricardo Wurmus
Efraim Flashner <efr...@flashner.co.il> writes: > On Fri, 11 Dec 2015 15:30:58 +0100 > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote: > >> Looking good now (with the exception of the minor cosmetic misalignment >> of the “(base32” line). >> >>

Re: [PATCH] Add 12 rubygems.

2015-12-28 Thread Ricardo Wurmus
Ben Woodcroft writes: > Unfortunately none of these builds are reproducible because rubygems in > Guix generally aren't. For one, this is because .gem files are archives > whose contents are timestamped. I found the same problem with Java stuff. “.jar” files are

Re: Getting rid of build tools

2015-12-28 Thread Ricardo Wurmus
Pjotr Prins writes: > This is actually an interesting topic. GNU Make does a number of > things well (note, btw, that it has Guile support), but it has > problems too. In short, in addition to > > 1. The sucky non-functional macro system > > 2. Make files are hard

Re: [PATCH 0/1] Move cursynth to music.scm

2015-12-28 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Dec 28, 2015 at 05:17:15PM -0600, Eric Bavier wrote: >> On Mon, 28 Dec 2015 18:09:09 -0500 >> Leo Famulari wrote: >> >> > I think it would be better for this software synthesizer to be in >> > music.scm. >> > >> >

[PATCH] Add Bioconductor importer and updater.

2015-12-17 Thread Ricardo Wurmus
Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Wed, 16 Dec 2015 14:29:38 +0100 Subject: [PATCH 1/6] import: Drop empty list items. * guix/import/cran.scm (listify): Remove empty strings from result list. --- guix/import/cran.scm | 9 ++--- 1 file c

Re: [PATCH] Add LDC.

2015-12-29 Thread Ricardo Wurmus
Hi Roel, Roel Janssen writes: > Here is a patch to add the LLVM-based D compiler. The developers split > the source code in "submodules". Since these submodules are specific to > LDC, they are described in a single package. I think that’s okay. > I tried to conform to all

[PATCH] More Ruby gems: utils, guard, redcloth...

2015-11-25 Thread Ricardo Wurmus
you prefer to have each sent in a separate email in the future? I haven’t yet set up git sendmail, but if that’s more convenient I’ll do this next. >From d410e78c38b634f7f8b4d4763e0541db1dee5837 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Wed, 25 Nov 2

[PATCH] Add Pandoc (and whatever it needs)

2015-11-27 Thread Ricardo Wurmus
dependencies and is a good alternative for many applications that really just want to convert markdown.) ~~ Ricardo >From 053a99f042c8061633b8138ce6afe5db655d1430 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Fri, 27 Nov 2015 13:28:41 +0100 Subject: [PATCH 0

Re: [PATCHES] Update orfm and package test requirements.

2015-11-27 Thread Ricardo Wurmus
Hi Ben, > + > +(define-public ruby-systemu > + (package > +(name "ruby-systemu") > +(version "2.6.5") > +(source > + (origin > + (method url-fetch) > + (uri (rubygems-uri "systemu" version)) > + (sha256 > +(base32 > +

Re: [PATCH] Fix XFCE shutdown/reboot via menu.

2015-11-25 Thread Ricardo Wurmus
rom dd10a2c30a6ef57b6d0bd9cecb263b731d6e1483 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <rek...@elephly.net> Date: Sat, 21 Nov 2015 17:47:00 +0100 Subject: [PATCH 1/2] gnu: xfce-session: Enable shutdown/reboot menu entries. * gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit. [source]: Repl

Re: [PATCH]: Five R packages.

2015-11-29 Thread Ricardo Wurmus
Kyle Meyer writes: > In any case, I don't see these prompts as much of an issue because I'd > prefer to just use Guix for all R packages. Why not manage bioconductor > packages with Guix as well? I’m working on it already. Currently, we cannot easily import bioconductor

Re: search-paths and propagated inputs

2015-11-30 Thread Ricardo Wurmus
Federico Beffa writes: > Federico Beffa writes: > >> Hi, >> >> the package 'gobject-introspection' declares a >> search-path-specification for the variable GI_TYPELIB_PATH and >> 'matplotlib' uses and propagates said package. I have 'matplotlib' in >> my

Re: Python updates

2015-11-30 Thread Ricardo Wurmus
> gnu/packages/python.scm:4221:4: python2-ipython would be upgraded from 3.2.1 > to 4.0.1 I’m working on this but there are still many problems with IPython. I’ll try to polish and submit the patches tomorrow. ~~ Ricardo

Re: [PATCH] gnu: Add myrepos.

2015-12-01 Thread Ricardo Wurmus
Hi Kyle, thanks for the patch! > * gnu/packages/version-control.scm (myrepos): New variable. > --- > gnu/packages/version-control.scm | 30 ++ > 1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/version-control.scm > b/gnu/packages/version-control.scm

package updater: operate on package structs, not names?

2015-12-01 Thread Ricardo Wurmus
Hi Guix, I noticed a flaw in the CRAN updater. The ‘latest-release’ procedure is called with the result of ‘(package-name package)’. The problem here is that Guix package names follow much stricter naming rules than the upstream packages. Here are a couple of examples of R package names and

Re: [PATCH] Add cereal + sparsehash

2015-12-01 Thread Ricardo Wurmus
Andreas Enge <andr...@enge.fr> writes: > On Thu, Nov 26, 2015 at 01:53:25PM +0100, Ricardo Wurmus wrote: >> The second patch adds “sparsehash” to the “crypto” module. It’s >> probably not the best module for this package — can you suggest any >> other locati

Re: [PATCH] A couple of Ruby gems.

2015-11-30 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> here are some more Ruby gems. I still have about a dozen or so that >> follow these. > > I skimmed over the patch set and didn’t see anything fishy. I gu

Re: [PATCH] Add cereal + sparsehash

2015-11-30 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: >> From 19a28042f3839ea23aa13f4973172ca46cfde5f0 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Mon, 9 Nov 2015 14:46:56 +0100 >> Subject: [PATCH 1/2] gnu: Add cereal. >>

Re: [PATCH] openssh: install ssh-copy-id.

2015-11-30 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: >> From baf260ebda0a70ec3c7d6f35e1c1bb64a37f0aac Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Fri, 27 Nov 2015 11:35:50 +0100 >> Subject: [PATCH 2/2] gnu: openssh: Install ssh-c

Re: [PATCH] Add Rakarrack.

2015-11-29 Thread Ricardo Wurmus
Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <rek...@elephly.net> skribis: > >> From 0be8c8413caeee3240f58b05347b450fd52c55e3 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <rek...@elephly.net> >> Date: Sun, 22 Nov 2015 16:45:18 +0

Re: package updater: operate on package structs, not names?

2015-12-01 Thread Ricardo Wurmus
Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: > Hi Guix, > > I noticed a flaw in the CRAN updater. The ‘latest-release’ procedure is > called with the result of ‘(package-name package)’. The problem here is > that Guix package names follow much stricter naming rule

Re: tk-update update

2015-11-26 Thread Ricardo Wurmus
Ludovic Courtès writes: > … we end up with python2’s pyexpat.so in the search path, and python3 > fails when it tries to load it. (This change was done so that .so files > such as tkinter.so can be found even when they don’t lie under Python’s > prefix.) > > My analysis is that

[PATCH] Add cereal + sparsehash

2015-11-26 Thread Ricardo Wurmus
for this package — can you suggest any other location for a hash table library? ~~ Ricardo >From 19a28042f3839ea23aa13f4973172ca46cfde5f0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Mon, 9 Nov 2015 14:46:56 +0100 Subject: [PATCH 1/2] gnu: Add cerea

[PATCH] Haskell packages towards Pandoc.

2015-11-26 Thread Ricardo Wurmus
rom f7cce09deb7d6734ffbb394e4ba06ba6bad32b73 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> Date: Thu, 26 Nov 2015 17:01:01 +0100 Subject: [PATCH 01/18] gnu: ghc-haskell-src-exts: Propagate some inputs. * gnu/packages/haskell.scm (ghc-haskell-src-exts)[inputs]: Remove field. [propagated-inputs]: Mo

<    2   3   4   5   6   7   8   9   10   11   >