Re: Talk for the GHM

2013-07-21 Thread alex sassmannshausen
Hello, Sounds like a great plan. I must confess I started packaging nmap, and managed to build the derivation locally, but then got distracted with other stuff. This talk would probably give me the final push to start packaging for Guix. Best wishes, Alex On Thu, Jul 18, 2013 at 8:17 PM,

Re: [PATCH] list-packages: Add an alt attribute for the logos.

2013-08-17 Thread Alex Sassmannshausen
Beat me to it, with a virtually identical change. :-) alex On Sat Aug 17 21:56:44 2013 Cyril Roelandt tipec...@gmail.com wrote: * build-aux/list-packages.scm (package-sxml): add an alternative text for the  logos of the packages. ---   build-aux/list-packages.scm | 3 ++-   1 file changed,

Patches: Progressive Enhancement

2013-08-26 Thread Alex Sassmannshausen
. Best wishes, Alex From 361b7aa0eff3681a8b0a47b7139fb7e84d7c8f71 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen alex.sassmannshau...@gmail.com Date: Mon, 26 Aug 2013 15:53:38 +0200 Subject: [PATCH 1/2] list-packages: Tidy CSS in preparation for split into external file. * build-aux/list

Re: Patches: Progressive Enhancement

2013-08-26 Thread Alex Sassmannshausen
…and the link should of course have been http://www.atheia.org/guix/package-list.html Thanks to Amirouche for spotting that. Alex Alex == Alex Sassmannshausen alex.sassmannshau...@gmail.com writes: Alex Hello, As discussed at the GHM, please find attached revised Alex patches

Re: Treating patches as part of ‘origin’

2013-09-15 Thread Alex Sassmannshausen
Hi, Ludovic Courtès l...@gnu.org writes: What do people think? For what it's worth, I think it sounds like an elegant solution to the problem outlined. The 'bonus' sounds valuable to me too, simplifying the implementation of new build systems. I’ll go ahead and implement that in

Re: GNU Guix 0.4 released

2013-09-28 Thread Alex Sassmannshausen
Fantastic, congratulations to all involved and kudos to ludo, andreas and nikita in particular for you commitment! Best wishes, Alex On Fri Sep 27 16:17:42 2013 Ludovic Courtès l...@gnu.org wrote: We are pleased to celebrate GNU’s 30th anniversary with the release of GNU Guix version 0.4,

Re: Goals for 0.4

2013-09-29 Thread Alex Sassmannshausen
Probably, one will still need to install fontconfig. Maybe you could try out if emacs works for you without fontconfig. It did, to my surprise, for me. I just upgraded my profile and remove gs-fonts, and Emacs still displays properly. So unless there’s an evil cache somewhere, I’d say that

[PATCH] Doc: Introduction: rewrite for style and clarity.

2014-01-23 Thread Alex Sassmannshausen
* dmd.texi (Introduction): Rewrite for style and clarity. --- dmd.texi | 52 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/dmd.texi b/dmd.texi index 841ce7c..4e06e93 100644 --- a/dmd.texi +++ b/dmd.texi @@ -78,24 +78,28 @@

dmd: Some improvements to the dmd manual

2014-01-23 Thread Alex Sassmannshausen
Hello, I'm assuming that dmd contributions go to the guix list for now. Attached a patch introducing some changes to the dmd manual — the patch only covers the Introduction section for now as I wanted to submit something with my approach early to know whether it is acceptable. As you can see

dmd: running as non-root user

2014-01-24 Thread Alex Sassmannshausen
Hello, On the back of me looking at the manual and my resulting playing with dmd (which is a pretty cool program by the way), I've come across the following: Running dmd as a non-privileged user currently results in (by default): - log: ~/.dmd.log - config: ~/.dmdconf.scm - an attempt being made

[PATCH 2/2] dmd: Make config file if necessary when not run as root.

2014-02-03 Thread Alex Sassmannshausen
* modules/dmd/support.scm (make-bare-init-file): new procedure to generate basic init file. (default-logfile): Check for init file, create it if necessary. --- modules/dmd/support.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git

[PATCH 1/2] dmd: Use ~/.dmd.d/ by default when not run as root.

2014-02-03 Thread Alex Sassmannshausen
* modules/dmd/support.scm: Add copyright. (user-dmddir): New variable. (default-logfile): Use it instead of user-homedir. (default-persistency-state-file): Use it instead of user-homedir. (default-configfile): Use it instead of user-homedir, use init.scm as default name for configfile,

Re: [PATCH 2/2] dmd: Make config file if necessary when not run as root.

2014-02-05 Thread Alex Sassmannshausen
to load it, as it always would do before this patch. Hope this works now. You should find the patch inline. Best wishes, Alex From 860f97179991fde8fa0f8a0a2e7400c0cd14ec6e Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen alex.sassmannshau...@gmail.com Date: Sun, 2 Feb 2014 17:07:50 +0100

Re: New Hydra build slaves

2014-03-04 Thread Alex Sassmannshausen
Hi, Ludovic Courtès writes: Sree Harsha Totakura sreehar...@totakura.in skribis: On 03/03/2014 11:31 PM, Ludovic Courtès wrote: BTW, it would be great if someone would volunteer to help with administration of Hydra and the build machines. So if someone is interested, please let me know.

[PATCH 1/2] dmd: Add dmd action unload: unload known services.

2014-03-10 Thread Alex Sassmannshausen
* modules/dmd/service.scm (deregister-services): New procedure. (dmd-service): Add new action: unload. * dmd.texi (The 'dmd' and 'unknown' services): Document 'unload'. * tests/basic.sh: Add 'unload' tests (stop single service 'all'). --- dmd.texi| 13

[PATCH 2/2] dmd: Add dmd action 'reload': unload all; load.

2014-03-10 Thread Alex Sassmannshausen
* modules/dmd/service.scm (runtime-load): New procedure. (dmd-service): Re-factor 'load', add new action: 'reload'. * dmd.texi (The 'dmd' and 'unknown' services): Document 'reload'. * tests/basic.sh: Add 'reload' test. --- dmd.texi|8 modules/dmd/service.scm | 35

Failed to set up the build environment for…

2014-03-19 Thread Alex Sassmannshausen
Hello, I've just run a clean install of Guix from Git, thus using the new store location (/gnu/) and the updated nix daemon. I configured the system as required (change permissions on store, create per-user dir, add build-users, etc). I then ran: $ guix package -i hello All works as expected

[PATCH] dmd: Add dmd action 'reload': unload all; load.

2014-03-19 Thread Alex Sassmannshausen
* modules/dmd/service.scm (load-config): New procedure. (dmd-service): Re-factor 'load', add new action: 'reload'. * dmd.texi (The 'dmd' and 'unknown' services): Document 'reload'. * tests/basic.sh: Add 'reload' test. --- dmd.texi|8 modules/dmd/service.scm | 35

Re: dmd: Unload one or all services at runtime.

2014-03-19 Thread Alex Sassmannshausen
Hello, Please find an updated second patch which should arrive shortly. Ludovic Courtès writes: Alex Sassmannshausen alex.sassmannshau...@gmail.com skribis: * modules/dmd/service.scm (runtime-load): New procedure. (dmd-service): Re-factor 'load', add new action: 'reload'. * dmd.texi

Re: Failed to set up the build environment for…

2014-03-20 Thread Alex Sassmannshausen
Hello, Just a quick note: Ludovic Courtès writes: Another idea: does your machine have /dev/kvm? Mine, as a result of a strange bit of output thrown by guix daemon at some point somewhere causing me to investigate, does not have /dev/kvm. I'll be able to help investigate in a more involved

Re: Failed to set up the build environment for…

2014-03-21 Thread Alex Sassmannshausen
Hello, Andreas Enge writes: On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote: For now, the “solution” is to create it like this: sudo mknod /dev/kvm c 10 232 Can you confirm? Yes, that works. Indeed that works a charm! Thanks for your help. Alex

Re: Switching to ECMAscript

2014-04-01 Thread Alex Sassmannshausen
Hi Ludo, I think this sounds like a great plan! I think a year's re-writing of package definitions is definitely a price worth paying so we can get rid of the ivory tower functional paradigm: just think of all the other developers we could recruit to Guix! I might not be able to help though as

Re: System installation from a USB stick

2014-07-15 Thread Alex Sassmannshausen
Hello, I finally got my hands on a 64bit machine and was able to try out the installation image. It worked smoothly up until network configuration (different hardware) — it was pretty exciting whilst it lasted :-) Now holding out hope for David's i686 installation image report in order to build

Re: Troubles with install image

2014-07-18 Thread Alex Sassmannshausen
Woot! As I also have an x60 and I would be very interested in the installer you used to get things this far if you are able to provide it somewhere? If not, then I will simply use your achievement as motivation to build one myself :-) Best wishes, Alex David Thompson writes: Ludovic

Re: Binary substitutes for MIPS now available

2014-07-24 Thread Alex Sassmannshausen
Fantastic — the project is going from strength to strength :-) Best wishes, Alex Mark H Weaver writes: Hello all, I'm pleased to announce that our build farm now includes a Loongson 3A machine, a reasonably fast quad-core MIPS-compatible machine on indefinite loan from Daniel J Clark

Guix Pull Failure

2014-09-30 Thread Alex Sassmannshausen
Hello, When doing `guix pull` this morning it consistently fails with: ---88 copying and compiling to '/gnu/store/gjb8zsijysxfcizw1374k5hcadd3x7mf-guix-latest'... compiling... 8.7% of 335 filesERROR: no code for module (json) ---88 It does this even

Re: Guix Pull Failure

2014-09-30 Thread Alex Sassmannshausen
Hi Ludo, Ludovic Courtès writes: Oops. Commit 6d7328b fixes that. However, because of http://bugs.gnu.org/18534, you will first have to run ‘guix pull’ from a checkout of master: ./pre-inst-env guix pull That's done the trick. Fab! Alex -- Sent with my mu4e

Re: Bags

2014-10-03 Thread Alex Sassmannshausen
Hello, Ludovic Courtès writes: John Darrington j...@darrington.wattle.id.au skribis: On Thu, Oct 02, 2014 at 02:33:53PM +0200, Ludovic Courtès wrote: [...] called “bags.” Bags can be too easily misread/typed as bugs. But I’m open to suggestions (the synonyms that WordNet suggests

Re: [ART] Background image for GRUB

2014-11-06 Thread Alex Sassmannshausen
Hello, Some really wonderful mockups! Felipe López writes: http://sirgazil.bitbucket.org/static/temp/img/guix/2014-11-05-grub-dark-gnu-blue.png I like the ones with only the GNU logo, but this one is probably my favourite! As Andreas said: the watermark is very elegant :-) Alex

Re: 1000

2014-11-09 Thread Alex Sassmannshausen
W00t! I'll drink to Guix tonight :-) Alex Andreas Enge writes: Hello, if my count is correct, I just pushed package number 1000: $ guix package -A|wc -l 1000 The package itself is not so exciting, but the number is something to celebrate! Andreas

Re: Request for testing

2014-11-14 Thread Alex Sassmannshausen
Hi Ludo and all other Guix hackers, I figure, with your recent call for reports, it's finally time to summarize my experience of the system image. It's been a long-ish journey to get it to work — but a lot of that is non-guix related :-) The system seems to run nicely on my gluglug x60 (though

Re: Request to help test 'guix environment'

2014-11-16 Thread Alex Sassmannshausen
Hello, David Thompson writes: Running something like 'guix environment emacs' and verifying that a new shell spawns should be a good enough test. This did indeed spawn a new shell for me with a different `env'. I ran `./pre-inst-env scripts/guix environment emacs' after git pull, autoreconf

Gluglug X60 Guix howto

2014-11-23 Thread Alex Sassmannshausen
Hello, I received a request for instructions on how to get Guix running as standalone on the Gluglug X60 — my work is ongoing (I haven't reconfigured the Grub BIOS, nor have I got wireless working yet), but a first draft may help other owners. You can read my experience at

Re: VM image creation

2015-02-02 Thread Alex Sassmannshausen
Hello, Andreas Enge writes: Could not access KVM kernel module: Permission denied failed to initialize KVM: Permission denied As suggested by the fine manual, I added the user running guix as well as the builders guix-builder1 etc. to the group kvm. $ ll /dev/kvm crw-rw---T+ 1 root kvm

[PATCH] Add tree.

2015-03-04 Thread Alex Sassmannshausen
signature From 133b1a62311a8a66d25375ab2e797fb5f682bc4d Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen alex.sassmannshau...@gmail.com Date: Wed, 4 Mar 2015 20:34:44 +0100 Subject: [PATCH] gnu: Add tree. * gnu/packages/tree.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am

Re: [PATCH] Add tree.

2015-03-04 Thread Alex Sassmannshausen
4d7c8f1c1f92ad798cb156dfb8ad141a169abe4d Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen alex.sassmannshau...@gmail.com Date: Wed, 4 Mar 2015 20:34:44 +0100 Subject: [PATCH] gnu: Add tree. * gnu/packages/admin.scm (tree): New variable. --- gnu/packages/admin.scm | 26 ++ 1 file changed, 26

Re: [PATCH] Add tree.

2015-03-08 Thread Alex Sassmannshausen
Hello, Ludovic Courtès writes: Similar tools (like ‘dfc’) ended up into admin.scm, though it’s not perfectly right. I think we need a module for “this kind of tool,” but I’m not sure what to call it. Ideas? I've thought about this a little more, and have come up with the following ideas

Re: [GSoC update] Porting Guix to GNU/Hurd

2015-08-21 Thread Alex Sassmannshausen
Amirouche Boubekki writes: Le 2015-08-19 22:27, taylanbayi...@gmail.com a écrit: Manolis Ragkousis manolis...@gmail.com writes: [...] But nevertheless we can safely say we have ported Guix to Hurd. :-) [...] Amazing news! :-) Thanks so much for working on this. I haven't tried

Re: Graphs are cool

2015-10-15 Thread Alex Sassmannshausen
That's… just insanely cool. Alex Ludovic Courtès writes: > Hello! > > The ‘guix system’ command now supports two new sub-commands: > ‘extension-graph’ and ‘dmd-graph’. The former produces a Dot > representation of the service extension graph, while the latter produces > a Dot representation of

Re: updating list of substitutes

2015-11-18 Thread Alex Sassmannshausen
Thompson, David writes: > On Wed, Nov 18, 2015 at 11:15 AM, Pjotr Prins > wrote: >> Hi Ludo, >> >> Hydra needs to get kicked ;). Download substitutes is slow. Too slow. >> >> How much would it cost to get some decent hardware for the substitute >> server? Maybe we can

Re: FOSDEM 2016

2015-08-26 Thread Alex Sassmannshausen
/software/guix * Devroom organisers - Alex Sassmannshausen (alex.sassmannshau...@gmail.com): co-ordinator and occasional contributor to Guix. - Ludovic Courtès (l...@gnu.org): maintainer and core developer of Guix. Ludovic Courtès writes: Hello! (Resent with Alex Cc’d this time.) Pjotr

Re: FOSDEM 2016

2015-09-01 Thread Alex Sassmannshausen
Hello, Pjotr over on guix-devel has proposed we organise a Guile developer track at the next FOSDEM (January 2016). There seems to be a pretty good reception on the guix mailing lists, and we're still looking for ideas for talks, etc. If you'd be interested in giving a talk, check out

Re: ath9k vs. Linux-libre 4.1.2, and default kernel

2015-09-01 Thread Alex Sassmannshausen
Hello, Sorry, can't help really, but… Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based >> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable” >> when running ‘iwlist xxx scan’, etc.) > >

Re: Buck collection

2015-10-01 Thread Alex Sassmannshausen
Heya, This sounds like a further important step for Guix — Congratulations! I for one, have now reached the stage where I get confused working on Debian servers, wishing they were running on Guix instead :-) I'll look forward to spreading the donate link once it's available. Cheers, Alex

Re: Contributor covenant

2015-12-09 Thread Alex Sassmannshausen
Andreas Enge writes: > On Wed, Dec 09, 2015 at 02:39:49PM +0100, Ludovic Courtès wrote: >> In commit e15fcdd, I added a ‘CODE-OF-CONDUCT’ file taken from >> , which is essentially a way of >> telling the lurkers out there: yes, we do our best to be welcoming and

Re: Contributor covenant

2015-12-09 Thread Alex Sassmannshausen
Hello, Ricardo Wurmus writes: > Ludovic Courtès writes: > > [...] > >> In commit e15fcdd, I added a ‘CODE-OF-CONDUCT’ file taken from >> , which is essentially a way of >> telling the lurkers out there: yes, we do our best to be welcoming and >>

[PATCH] doc: rephrase code of conduct.

2015-12-09 Thread Alex Sassmannshausen
Hello, Below you *should* find the patch for the new phrasing of the code of conduct section in the manual. Let me know if anything seems amiss. Cheers, Alex >From 76576c88d81233095d61ec97308521c7d29fa94e Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen <alex.sassmannshau...@gma

Re: Short writeup on deterministic system configuration with GNU Guix

2015-12-11 Thread Alex Sassmannshausen
Hi Pjotr, Nice text. I like the journey following sudo that you took, instead of providing a broad overview in general. I have a few suggested corrections: - There are a couple of paren issues (Github highlights them, I guess some of them may be the result of only partially copying sexps). -

Re: Donation links on web site

2015-12-15 Thread Alex Sassmannshausen
Ludovic Courtès writes: > Hello Felipe! > > Would you be available to integrate donation links on the Guix web site, > pointing to /donate and/or to the brand new (yes!) > ? Woohoo! That was super fast! *donating* :-) Alex

Re: Funding the build farm

2015-11-24 Thread Alex Sassmannshausen
Heya, John Darrington writes: > On Sun, Nov 22, 2015 at 11:53:06AM +0100, Andreas Enge wrote: > [...] > > This is a crazy situation, but then they are American Not sure that has anything to do with it… Alex

Re: GSoC ideas

2016-02-12 Thread Alex Sassmannshausen
Andreas Enge writes: > On Thu, Feb 11, 2016 at 01:46:30PM +0200, Manolis Ragkousis wrote: >> As I am still a student I would like to suggest continuing the project >> of porting Guix to GNU/Hurd in this GSoC as well, with the objective of >> having a working GuixSD/Hurd by the end of the summer.

Re: PulseAudio

2016-02-12 Thread Alex Sassmannshausen
Hello, Ricardo Wurmus writes: > Ludovic Courtès writes: > >> Leo Famulari skribis: >> >>> All kidding aside, I'm happy to push this with PulseAudio support, *if* >>> a GuixSD user can confirm that it works. I don't have sound on my GuixSD >>> installation. >>

Re: FOSDEM 2016 slides

2016-02-01 Thread Alex Sassmannshausen
Hi Arne, Arne Babenhauserheide writes: > Hi Alex, > >> And my slides from the FOSDEM devroom (for my Guile Config >> presentation), for anyone interested (copying in Guile User as it isn't >> Guix related…): >> >> http://alex.pompo.co/presentations/fosdem-16-conf.html > > These are great — and I

Re: FOSDEM 2016 was awesome!

2016-02-01 Thread Alex Sassmannshausen
Hi Nala, Nala Ginrut writes: > On Mon, 2016-02-01 at 10:04 +0100, Ludovic Courtès wrote: >> The room of 80 seats was full pretty much all the time, and I think we >> were all excited to see so many people stop by the devroom. Many shared >> the impression that we were at an important moment of

Re: FOSDEM 2016 was awesome!

2016-02-01 Thread Alex Sassmannshausen
Hello, Ludovic Courtès writes: > Hi there! > > I just came back from FOSDEM where we had an awesome Guile devroom with > nice people and great talks! I really want to echo Ludo's sentiments. I had a great time in our dev room and it was really nice to put faces to the names I see popping up in

Re: FOSDEM 2016 slides

2016-02-01 Thread Alex Sassmannshausen
And my slides from the FOSDEM devroom (for my Guile Config presentation), for anyone interested (copying in Guile User as it isn't Guix related…): http://alex.pompo.co/presentations/fosdem-16-conf.html Ta, Alex Ricardo Wurmus writes: > Here are the slides for my talk today: > > * “A gentle

Re: FOSDEM 2016 slides

2016-02-02 Thread Alex Sassmannshausen
Ludovic Courtès writes: > Alex Sassmannshausen <alex.sassmannshau...@gmail.com> skribis: > >> Arne Babenhauserheide writes: > > [...] > >>> I tend to write quick commandline tools which sometimes begin to grow >>> wild. Elegant commandline parsing is

Re: PulseAudio

2016-02-15 Thread Alex Sassmannshausen
Hiya, Ricardo Wurmus writes: > Alex Sassmannshausen <alex.sassmannshau...@gmail.com> writes: > >> Hello, >> >> Ricardo Wurmus writes: >> >>> Ludovic Courtès <l...@gnu.org> writes: >>> >>>> Leo Famulari <l

Add guile-config

2016-02-15 Thread Alex Sassmannshausen
` and it seemed to be fine, but let me know if you have any comments! Best wishes, Alex >From 3666fb9444092710d11a939eba487b5152f51ffe Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen <alex.sassmannshau...@gmail.com> Date: Sun, 14 Feb 2016 19:23:24 +0100 Subject: [PATCH] gnu: Add guile-confi

Re: Add guile-config

2016-02-16 Thread Alex Sassmannshausen
Hello, Christopher Allan Webber writes: > Alex Sassmannshausen writes: [...] > > I tried building and testing it: > > Starting download of > /gnu/store/gq2zz95zmmsjkpn7lbwfbna8m4hr56r7-guile-config-0.1.tar.gz > From http://alex.pompo.co/software/guile-config-0.1.tar.gz..

[PATCH] Guile-Config 0.1.1

2016-02-18 Thread Alex Sassmannshausen
rom 8a63273c586fd8c5aca72a90ab5720c95f5790f8 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen <alex.sassmannshau...@gmail.com> Date: Thu, 18 Feb 2016 10:24:52 +0100 Subject: [PATCH] gnu: guile-config: Update to 0.1.1 * gnu/packages/guile.scm (guile-config): Update to 0.1.1. --- gnu/packages/guile.scm |

Re: Guix Europe

2016-03-04 Thread Alex Sassmannshausen
Andreas Enge writes: > Dear Guixers, > > some of you have already spotted documents concerning a mysterious entity > called "Guix Europe" appear in the maintenance-git repo. So now I have a > pleasant announcement to make... But wait - I am not going to write it all up > a second time. Read on

Re: Call for screencasts!

2016-04-28 Thread Alex Sassmannshausen
Hi Alex, Alex Kost writes: > Ludovic Courtès (2016-04-17 18:49 +0300) wrote: > >> Hello! >> >> It’s Sunday and you’re probably wondering what you could to help this >> wonderful project. Here’s an idea: make a screencast! :-) >> >> I’d like a video of at most 5 minutes to put on the home page

Re: Making local development easy

2016-05-25 Thread Alex Sassmannshausen
Ricardo Wurmus writes: > Christopher Baines writes: > >> The second issue was getting the data to the store, as first I tried a >> relative path, but that did not work, and ended up having to expose the >> repository using a HTTP server, and access it over the loopback >>

[PATCH 1/3] gnu: Add perl-log-any.

2016-07-28 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any): New variable. --- gnu/packages/perl.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index f42abee..7fb1101 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm

[PATCH 0/3] Perl log patches fixed

2016-07-28 Thread Alex Sassmannshausen
in getting log4perl in in the end! Cheers, Alex Alex Sassmannshausen (3): gnu: Add perl-log-any. gnu: Add perl-log-log4perl. gnu: Add perl-log-any-adapter-log4perl. gnu/packages/perl.scm | 79 +++ 1 file changed, 79 insertions(+) -- 2.8.4

[PATCH 3/3] gnu: Add perl-log-any-adapter-log4perl.

2016-07-28 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index abdc819..6513892 100644 --- a/gnu/packages/perl.scm +++

[PATCH 2/3] gnu: Add perl-log-log4perl.

2016-07-28 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-log4perl): New variable. --- gnu/packages/perl.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7fb1101..abdc819 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

Re: Ricardo Wurmus appointed co-maintainer

2016-07-28 Thread Alex Sassmannshausen
On 26 Jul 2016 12:27, l...@gnu.org wrote: > > Hello Guix! > > I’m happy to announce that Ricardo Wurmus has just been appointed by the > GNU overseers to join me as co-maintainer of GNU Guix. Yay! Congrats Ricardo - This is great for the Guix project :) Happy hacking, Alex > > Ricardo is a

Re: [PATCH 3/3] gnu: Add perl-log-any-adapter-log4perl.

2016-07-17 Thread Alex Sassmannshausen
On 17 Jul 2016 12:17, Alex Sassmannshausen <a...@pompo.co> wrote: > > Hi Ricardo, > > On 17 Jul 2016 10:44, Ricardo Wurmus <rek...@elephly.net> wrote: > > > > > > Alex Sassmannshausen <alex.sassmannshau...@gmail.com> writes: > > > > &g

Re: [PATCH 3/3] gnu: Add perl-log-any-adapter-log4perl.

2016-07-17 Thread Alex Sassmannshausen
Hi Ricardo, On 17 Jul 2016 10:44, Ricardo Wurmus <rek...@elephly.net> wrote: > > > Alex Sassmannshausen <alex.sassmannshau...@gmail.com> writes: > > > * gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable. > >

Re: CPAN recursive importer?

2016-07-19 Thread Alex Sassmannshausen
Hello! On 19 Jul 2016 22:37, Danny Milosavljevic wrote: > > Hi, > > is there a recursive importer for CPAN that outputs all the 'define-public > I'd need to add to perl.scm ? I'm trying to package spamassassin and it needs > a *lot* of perl packages we don't have yet.

[PATCH 0/3] Add perl-log modules

2016-07-16 Thread Alex Sassmannshausen
for the confused email configuration — my actual smtp server is currently having problems :-( Best wishes Alex Alex Sassmannshausen (3): gnu: Add perl-log-any. gnu: Add perl-log-log4perl. gnu: Add perl-log-any-adapter-log4perl. gnu/packages/perl.scm | 85

[PATCH 3/3] gnu: Add perl-log-any-adapter-log4perl.

2016-07-16 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index fc63df3..1f18214 100644 --- a/gnu/packages/perl.scm +++

[PATCH 1/3] gnu: Add perl-log-any.

2016-07-16 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any): New variable. --- gnu/packages/perl.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index aed2a61..486dbc2 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm

[PATCH 2/3] gnu: Add perl-log-log4perl.

2016-07-16 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-log4perl): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 486dbc2..fc63df3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm

Re: [PATCH 0/3] Add some Perl list modules

2016-07-05 Thread Alex Sassmannshausen
Hiya, Ludovic Courtès writes: > Hello! > > Alex Sassmannshausen <a...@pompo.co> skribis: > >> The following three patches add 2 list modules, and one dependency. > > Applied all 3 patches, thanks! Great, thanks all mine :-) > I’ve added you to the member lis

Re: [PATCH] Add Elixir

2016-08-09 Thread Alex Sassmannshausen
Pjotr Prins writes: > GNU Guix is mentioned on the Elixir installation page: > > http://elixir-lang.org/install.html > > Pj. Neat! Congrats to both of your hard work on this! Alex

Re: [PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-30 Thread Alex Sassmannshausen
Yeah, would be very interested in that - please feel free to share! On 30 Jun 2016 21:58, Eric Bavier <ericbav...@openmailbox.org> wrote: > > On 2016-06-29 07:11, Alex Sassmannshausen wrote: > > Hello, > > > > This patch updates perl-text-diff.  The URL had

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44. --- gnu/packages/perl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..926631d 100644 --- a/gnu/packages/perl.scm +++

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
Alex Sassmannshausen (1): gnu: perl-text-diff: Update perl-text-diff. gnu/packages/perl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.8.4

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
I'm also changing my subscription email address. As I had sent this patch previously from this email, when I was not yet subscribed to the mailing list with this email address, this patch may eventually turn up twice. Apologies for this. Best wishes, Alex Alex Sassmannshausen (1): gnu: perl

[PATCH 2/2] gnu: Add perl-test-class-most.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-test-class-most): New variable. --- gnu/packages/perl.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 2bd2beb..4846e76 100644 --- a/gnu/packages/perl.scm +++

[PATCH 0/2] gnu: Add perl-test-class.

2016-06-29 Thread Alex Sassmannshausen
These patches add some of the simpler additional test modules for Perl. Lint passes straight from import; had to add some additional dependencies to make guix environment --pure --container --ad-hoc perl-test-class-most build. Ta, Alex Alex Sassmannshausen (2): gnu: Add perl-test-class

[PATCH 1/2] gnu: Add perl-test-class.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-test-class): New variable. --- gnu/packages/perl.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..2bd2beb 100644 --- a/gnu/packages/perl.scm +++

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44. --- gnu/packages/perl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..926631d 100644 --- a/gnu/packages/perl.scm +++

[PATCH 0/3] gnu: Add perl-config-ini.

2016-06-29 Thread Alex Sassmannshausen
Hi, These patches add perl-config-ini and it's dependencies. I had to add perl-perlio-utf8_strict and perl-sub-exporter to perl-config-ini's inputs (above what the importer defined) to allow it to build in a fully isolated environment. Feedback welcome! Best wishes, Alex Alex Sassmannshausen

[PATCH 3/3] gnu: Add perl-config-ini.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-config-ini): New variable. --- gnu/packages/perl.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 56aff3a..183ed06 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 1/3] gnu: Add perl-perlio-utf8_strict.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-perlio-utf8_strict): New variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..e02d71b 100644 --- a/gnu/packages/perl.scm +++

[PATCH 2/3] gnu: Add perl-mixin-linewise.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-mixin-linewise): New variable. --- gnu/packages/perl.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index e02d71b..56aff3a 100644 --- a/gnu/packages/perl.scm +++

[PATCH 0/3] Add miscelanious simple libraries.

2016-06-29 Thread Alex Sassmannshausen
it has the same license as PERL, so I set it to (package-license perl), as seems to be convention. Cheers, Alex Alex Sassmannshausen (3): gnu: Add perl-file-zglob. gnu: Add perl-guard. gnu: Add perl-ipc-system-simple. gnu/packages/perl.scm | 76

[PATCH 1/3] gnu: Add perl-file-zglob.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-file-zglob): New variable. --- gnu/packages/perl.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..147424b 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 3/3] gnu: Add perl-ipc-system-simple.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-ipc-system-simple): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a11f036..ea6e350 100644 --- a/gnu/packages/perl.scm +++

[PATCH 2/3] gnu: Add perl-guard.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-guard): New variable. --- gnu/packages/perl.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 147424b..a11f036 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

Re: [PATCH 0/3] Add miscelanious simple libraries.

2016-07-02 Thread Alex Sassmannshausen
Hi Ludo, Thank you for the reviews and commits! Will take the feedback into account for the next batch of patches :-) Alex Ludovic Courtès writes: > Alex Sassmannshausen <a...@pompo.co> skribis: > >> Finally, for today, here 3 simple perl libraries that I also require for &

[PATCH] import: cpan: Use our mirrors for 'https' URLs.

2016-07-02 Thread Alex Sassmannshausen
15 Mark H Weaver <m...@netris.org> +;;; Copyright © 2016 Alex Sassmannshausen <a...@pompo.co> ;;; ;;; This file is part of GNU Guix. ;;; @@ -99,6 +100,13 @@ or #f on failure. MODULE should be e.g. \"Test::Script\"" (define (cpan-home name) (string-append

[PATCH 2/3] gnu: Add perl-list-compare.

2016-07-02 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-list-compare): New variable. --- gnu/packages/perl.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 8a39ba8..f169a13 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 1/3] gnu: Add perl-io-captureoutput.

2016-07-02 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-io-captureoutput): New variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 74a47b4..8a39ba8 100644 --- a/gnu/packages/perl.scm +++

[PATCH 0/3] Add some Perl list modules

2016-07-02 Thread Alex Sassmannshausen
Hello, The following three patches add 2 list modules, and one dependency. As before, strict `guix environment`, and `guix lint` pass. Cheers, Alex Alex Sassmannshausen (3): gnu: Add perl-io-captureoutput. gnu: Add perl-list-compare. gnu: Add perl-list-someutils. gnu/packages/perl.scm

[PATCH 3/3] gnu: Add perl-list-someutils.

2016-07-02 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-list-someutils): New variable. --- gnu/packages/perl.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index f169a13..c171af4 100644 --- a/gnu/packages/perl.scm +++

  1   2   3   >