Re: [PATCH] gnu: Add telepathy-idle.

2016-08-29 Thread Leo Famulari
On Mon, Aug 29, 2016 at 12:45:44PM -0400, Kei Kebreau wrote: > Subject: [PATCH] gnu: Add telepathy-idle. > > * gnu/packages/freedesktop.scm (telepathy-idle): New variable. > +(version "0.2.0") Looks good, but why use this release when there appears to be a newer version, 0.99.11?

Re: [PATCH 1/2] daemon: Fix '--version'.

2016-08-29 Thread Alex Vong
Hello, l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Alex Vong skribis: > >> This one and the next patch fix '--version' of guix-daemon and >> guix-register. Currently, they are not working, which is the reason why >> help2man gives error when building from source. >

Re: GuixSD 0.11.0 Install

2016-08-29 Thread Marc Dunivan
David, That was the problem...I changed the user name to all lowercase, and successfully booted into the installed system.

Re: [PATCH 2/4] CoC: Correct punctuation

2016-08-29 Thread Leo Famulari
On Sun, Aug 28, 2016 at 11:52:52AM +0200, John Darrington wrote: > On Sun, Aug 28, 2016 at 12:19:15PM +0300, Efraim Flashner wrote: > On Sat, Aug 27, 2016 at 08:19:37PM +0200, John Darrington wrote: > > +++ b/CODE-OF-CONDUCT > > @@ -21,7 +21,7 @@ Examples of unacceptable behavior by

Re: Python 3.5 start of update

2016-08-29 Thread Leo Famulari
On Sun, Aug 21, 2016 at 01:58:51PM -0400, Leo Famulari wrote: > I picked this up. I've attached two patches. They upgrade python-3.4 to > 3.4.5, and then upgrade python-3 to 3.5.2 while preserving a python-3.4. > These are the latest releases in their respective series. > > I had to split part of

Re: [PATCH 7/7] gnu: Add prosody.

2016-08-29 Thread Leo Famulari
On Sun, Aug 28, 2016 at 12:37:42PM +0200, Ricardo Wurmus wrote: > LuaSec is found by “util/dependencies.lua” or else we would see a > complaint printed to stdout upon application start. > > Archlinux users also reported problems with latest prosody and latest > luasec:

Re: [PATCH] gnu: node: Update to 6.4.0.

2016-08-29 Thread Leo Famulari
On Fri, Aug 26, 2016 at 07:55:59PM +0200, Jelle Licht wrote: > > This patch builds reproducible, although that was also the case for me > with the previous Node 6.3.1. patch. It would be great if someone could > verify this. > > This patch supercedes the 'gnu: node: Update to 6.3.1.' patch at

Re: [PATCH] use prefix: license in gnu/packages/version-control. [PATCH] Add stagit.

2016-08-29 Thread Leo Famulari
On Fri, Aug 26, 2016 at 09:59:44AM +, ng0 wrote: > Patches to use prefix license: in gnu packages version-control, adding > stagit in a second patch requiring the license: prefix. Thanks, pushed as 1062f2451f!

Re: [PATCH 1/3] guix: ruby-build-system: Build compiled gems reproducibly.

2016-08-29 Thread Ben Woodcroft
On 18/08/16 20:06, Ricardo Wurmus wrote: Ben Woodcroft writes: * guix/build/ruby-build-system.scm (log-file-deletion): New procedure. (install): Remove files containing non-reproducible elements. Print when each file is deleted. Thank you, this looks good to me.

Re: libtiff security update (multiple CVEs)

2016-08-29 Thread Leo Famulari
On Thu, Aug 25, 2016 at 06:29:19PM +0200, David Craven wrote: > LGTM. I didn't look at the patches, but adding a libtiff/fixed package > and using the replacement field in libtiff is my understanding of how > security updates should be done. Thanks! Pushed as ed5940b617, along with another fix

[PATCH] gnu: Add mtd-utils.

2016-08-29 Thread Danny Milosavljevic
* gnu/packages/linux.scm (mtd-utils): New variable. --- gnu/packages/linux.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 07fd6e5..7ab9b3c 100644 --- a/gnu/packages/linux.scm +++

Re: update khal

2016-08-29 Thread Leo Famulari
On Sun, Aug 28, 2016 at 11:32:48PM -0400, Troy Sankey wrote: > Builds don't seem to be deterministic when I use --check. Not sure where to > start looking in order to fix that. I use the diffoscope program to inspect the differences. Currently, all of our Python 3 packages embed timestamps in

Re: How does install-grub work?

2016-08-29 Thread Danny Milosavljevic
On Tue, 30 Aug 2016 00:00:35 +0200 David Craven wrote: > >> 1. Pick out your changes that are related to renaming grub to > >> bootloader and add a shim for the uboot parts. That should be enough > >> to get vm's booting. > > > Yes. Note that Ludo said that it might make

Re: How does install-grub work?

2016-08-29 Thread Danny Milosavljevic
Before I forget it again - maybe it makes sense to always generate and install both the U-Boot and the Grub configuration file. While the bootloaders are [probably] mutually exclusive, I don't think that the config files are!

Re: How does install-grub work?

2016-08-29 Thread David Craven
>> 1. Pick out your changes that are related to renaming grub to >> bootloader and add a shim for the uboot parts. That should be enough >> to get vm's booting. > Yes. Note that Ludo said that it might make sense to separate the build side > (gnu/build/install.scm and gnu/build/vm.sc) from the

Re: How does install-grub work?

2016-08-29 Thread Danny Milosavljevic
Hi, On Mon, 29 Aug 2016 23:19:30 +0200 David Craven wrote: > So I'd say the next steps are: > > 1. Pick out your changes that are related to renaming grub to > bootloader and add a shim for the uboot parts. That should be enough > to get vm's booting. Yes. Note that Ludo said

Re: How does install-grub work?

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 22:54:27 +0200 David Craven wrote: > for actual boards, isn't uboot usually written to flash instead of to a MBR? That depends on the board - sometimes it's written to flash. For Allwinner hardware, it's written to a fixed section (fixed sectors) on either

Re: How does install-grub work?

2016-08-29 Thread David Craven
> Does the u-boot bootloader routine have to do anything other than > generating the extlinux.conf file? That would be enough so that there > is an alternative to grub-install for the qemu use case and for actual > boards, isn't uboot usually written to flash instead of to a MBR? So I'd say the

Re: How does install-grub work?

2016-08-29 Thread David Craven
>>So for booting a vm we don't actually need a boot loader, since it passes the >>kernel image through the -kernel flag. > > Huh, that appears to be the case. Back when I used VMs the first time they > simulated the entire PC, BIOS and all and there you would need the partition > table,

Re: How does install-grub work?

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 22:29:40 +0200 David Craven wrote: >So for booting a vm we don't actually need a boot loader, since it passes the >kernel image through the -kernel flag. Huh, that appears to be the case. Back when I used VMs the first time they simulated the entire PC,

Re: How does install-grub work?

2016-08-29 Thread David Craven
I have some questions too... So for booting a vm we don't actually need a boot loader, since it passes the kernel image through the -kernel flag. I don't think it's relevant that grub is installed in the MBR. So getting guix system vm --system=armhf-linux to boot doesn't actually require uboot...

Re: [PATCH] gnu: Add bind

2016-08-29 Thread John Darrington
Sorry. Somehow this patch ended up with a whole lot of other stuff I didn't intend. Forget it for now. I'll send another patch for review when I've figured out what happened. J' On Mon, Aug 29, 2016 at 09:56:53PM +0200, John Darrington wrote: From: John Darrington

Re: [PATCH] gnu: service: Add git-service.

2016-08-29 Thread ng0
First try with added documentation. >From d796e150183d15b8ce639051f202138970153a9e Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 8 Jul 2016 15:42:55 + Subject: [PATCH] gnu: services: Add git-service. * gnu/services/version-control.scm: New file, create it.

[PATCH] gnu: Add bind

2016-08-29 Thread John Darrington
From: John Darrington * gnu/packages/networking.scm (bind): New variable. --- gnu/build/install.scm | 6 +++- gnu/local.mk | 1 - gnu/packages/crypto.scm| 40 ++

Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag.

2016-08-29 Thread John Darrington
On Mon, Aug 29, 2016 at 06:52:41PM +0200, Ludovic Court??s wrote: John Darrington skribis: > On Sun, Aug 28, 2016 at 12:43:00PM +0300, Efraim Flashner wrote: > On Sat, Aug 27, 2016 at 08:19:39PM +0200, John Darrington wrote: > >

Re: Display diffs between generations.

2016-08-29 Thread Roel Janssen
Ludovic Courtès writes: > Hi Roel, > > I’ve just tried the patch and I think it’s awesome! I’ve also always > been dissatisfied with what ‘--list-generations’ provides—it’s > inconvenient as soon as you have more than a handful packages. > > Perhaps we could add an optional argument to

Re: Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 20:56:53 +0200 David Craven wrote: > FYI your editor is using dos style /n/r newlines. Don't know if that > is your intention. Are you on windows? O.O xD Thanks for the heads-up! No, it's nano on GuixSD. (Guile emacs on Guix broke a long time ago and while

How does install-grub work?

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 20:20:30 +0200 David Craven wrote: > > Note: It should infer the correct u-boot to use on its own - at least > > that's the intention with the whole make-u-boot-package thing. > > Did you see the updated u-boot patch? It includes support for >

Re: Guix with U-Boot

2016-08-29 Thread David Craven
FYI your editor is using dos style /n/r newlines. Don't know if that is your intention. Are you on windows? O.O xD On Mon, Aug 29, 2016 at 8:20 PM, David Craven wrote: >> Note: It should infer the correct u-boot to use on its own - at least that's >> the intention with the

Re: [PATCH] gnu: Add u-boot.

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 20:27:52 +0200 Danny Milosavljevic wrote: > (find-files "." ".*\\.(bin|efi)$")) Also in order to support Novena it should be (find-files "." ".*\\.(bin|efi|spl)$"))

Re: [PATCH] gnu: Add u-boot.

2016-08-29 Thread Danny Milosavljevic
> +(define (make-u-boot-package board triplet xgcc) ... > + (begin > + (display "Invalid boardname. Valid boardnames would > have been:") > + (newline) > + (system* "ls" "-1" "configs") > + #f)

Re: Guix with U-Boot

2016-08-29 Thread David Craven
> Note: It should infer the correct u-boot to use on its own - at least that's > the intention with the whole make-u-boot-package thing. Did you see the updated u-boot patch? It includes support for cross-compilation, so make-u-boot-package takes a xgcc package and a target triplet as arguments.

Re: Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
If I forgot any other things, see my working copy http://www.scratchpost.org/software/Guix/guix.tar.gz - warning: there be dragons. The existing files that I touched for U-Boot are: ./gnu/build/vm.scm ; initialize-hard-disk has a key #:grub.cfg ./gnu/build/install.scm ; actual invocation of

Re: Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
> > (bootloader (u-boot-configuration > >(board "vexpress_ca9x4") > >(device "/dev/sdX") > >(u-boot armhf-linux-uboot))) Note: It should infer the correct u-boot to use on its own - at least that's the intention with the whole

Re: Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 18:51:45 +0200 David Craven wrote: > So I think that dtc and uboot are good now, I'll give it a few days > before merging... > > I'm getting an Unbound variable: error :/ > > Here's my bootloader configuration. Any suggestions? =) > > (bootloader

Re: Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 18:51:45 +0200 David Craven wrote: > So I think that dtc and uboot are good now, I'll give it a few days > before merging... > > I'm getting an Unbound variable: error :/ > > Here's my bootloader configuration. Any suggestions? =) > > (bootloader

Re: [PATCH] gnu: Add dtc.

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 16:53:10 +0200 David Craven wrote: > I made some stylistic changes, updated the license, updated to 1.4.1, > removed the patches (checked the arch package and the nixos package, > both don't patch dtc) > > I forgot to add u-boot.scm to local.mk... > >

Re: [PATCH 4/4] gnu: libtirpc: Remove the --disable-gssapi configure flag.

2016-08-29 Thread Ludovic Courtès
John Darrington skribis: > On Sun, Aug 28, 2016 at 12:43:00PM +0300, Efraim Flashner wrote: > On Sat, Aug 27, 2016 at 08:19:39PM +0200, John Darrington wrote: > > From: John Darrington > > > > * gnu/packages/onc-rpc.scm

Re: Guix with U-Boot

2016-08-29 Thread David Craven
So I think that dtc and uboot are good now, I'll give it a few days before merging... I'm getting an Unbound variable: error :/ Here's my bootloader configuration. Any suggestions? =) (bootloader (u-boot-configuration (board "vexpress_ca9x4") (device "/dev/sdX")

Re: [PATCH 3/4] gnu: Add German Aspell dictionary.

2016-08-29 Thread Ludovic Courtès
Alex Kost skribis: > John Darrington (2016-08-28 15:41 +0300) wrote: > >> On Sun, Aug 28, 2016 at 12:20:45PM +0300, Efraim Flashner wrote: >> > +(define-public aspell-dict-de >> > + (aspell-dictionary "de" "German" >> > + #:version

[PATCH] gnu: Add telepathy-idle.

2016-08-29 Thread Kei Kebreau
Seeing if Polari will build on Guix. This is a dependent package. From 0cf2fce4c9b89f8258e2a2240bfecc5b3abc875c Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 29 Aug 2016 12:42:51 -0400 Subject: [PATCH] gnu: Add telepathy-idle. * gnu/packages/freedesktop.scm

Re: [PATCH] gnu: Add libnfsidmap

2016-08-29 Thread Ludovic Courtès
Hi John! John Darrington skribis: > * gnu/packages/linux.scm (libnfsidmap): New variable. [...] > +(synopsis > + "A library for mapping between names and ids; Mainly intended for > NFSv4") Rather something like “NFSv4 support library for name/ID

Re: Display diffs between generations.

2016-08-29 Thread Ludovic Courtès
Hi Roel, I’ve just tried the patch and I think it’s awesome! I’ve also always been dissatisfied with what ‘--list-generations’ provides—it’s inconvenient as soon as you have more than a handful packages. Perhaps we could add an optional argument to --list-generations where:

[PATCH] gnu: Add u-boot.

2016-08-29 Thread David Craven
From: Danny Milosavljevic * gnu/packages/u-boot.scm (u-boot, make-u-boot-package, u-boot-vexpress_ca9x4, u-boot-malta armhf-linux-uboot, mips64el-linux-uboot): New variables. Co-authored-by: David Craven --- gnu/packages/u-boot.scm | 83

Re: Store on separate partition

2016-08-29 Thread Ludovic Courtès
Hello, Alex Kost skribis: > Carlos Sánchez de La Lama (2016-08-24 10:06 +0300) wrote: > >> Hi all, >> >> my (not very big) root partition is almost full, even after >> garbage-collecting. I am trying to move the store to a separate >> partition, but this is problematic as you

Re: [PATCH 1/2] daemon: Fix '--version'.

2016-08-29 Thread Ludovic Courtès
Hi! Alex Vong skribis: > This one and the next patch fix '--version' of guix-daemon and > guix-register. Currently, they are not working, which is the reason why > help2man gives error when building from source. How are they not working exactly? :-) It definitely

Re: guix pull avoidance

2016-08-29 Thread Ludovic Courtès
Vincent Legoll skribis: > Hello, > >> How's the following totally untested, probably buggy patch ? > > After painful testing (I have to remove the .config/guix/latest symlink > each time, make it point back to ~/guix_git with my modifications, and > it recompiles a

Re: [PATCH 1/5] gnu: gtk+: Add "bin" output.

2016-08-29 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/gtk.scm (gtk+)[outputs]: New field. > --- > gnu/packages/gtk.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm > index 21365b9..5c42053 100644 > --- a/gnu/packages/gtk.scm > +++

Re: Mysterious error while refactoring guix/scripts/system.scm

2016-08-29 Thread Ludovic Courtès
Hi Chris, and sorry for the delay! Chris Marusich skribis: > Backtrace: > In ice-9/boot-9.scm: > 157: 15 [catch #t # ...] > In unknown file: >?: 14 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 13 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 12 [eval

Re: bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-29 Thread Ludovic Courtès
Hello, Tomáš Čech skribis: > * gnu/packages/documentation.scm(asciidoc): New input docbook-xsl, > replace use of online source and prefer docbook-xsl package. Rather: * gnu/packages/documentation (asciidoc)[inputs]: Add PYTHON-2 and DOCBOOK-XSL. (arguments): Add

Re: [PATCH 0/3] Fix ldc.

2016-08-29 Thread Ludovic Courtès
Hi! Danny Milosavljevic skribis: > Any news on this? Sorry to ask this, but could you resend them with ‘git send-email’, but without making the actual patch an attachment? Somehow I’m failing to apply them in their current form. :-/ > Meanwhile, I have a new patch to

Re: GCC bootstrap failure on ARM

2016-08-29 Thread Ludovic Courtès
Mark H Weaver skribis: > David Craven writes: > >> I can help fixing package regressions if someone gets the ball >> rolling. Is there a reason to upgrade to gcc 5 or does it make sense >> to jump to gcc 6 directly? If I understand correctly most of the work >>

Re: GHM debriefing

2016-08-29 Thread Christopher Allan Webber
All good news! One comment: Ludovic Courtès writes: > For the last talk, I rehashed the basics since the audience wasn’t too > familiar I suppose, and then wrote a GuixSD service for OpenSSH’s ‘sshd’ > (attached). Hopefully a useful starting point and tutorial. It looks like a good tutorial

Re: [PATCH 3/7] import cran: description->package: Also return package dependencies.

2016-08-29 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >> Ludovic Courtès writes: >> >>> Ricardo Wurmus skribis: >>> * guix/import/cran.scm (description->package): Return package

Re: [PATCH] openssh service

2016-08-29 Thread Ludovic Courtès
Hi Julien, I just discovered this patch as I go through my backlog, which is fun because I used sshd as an example to illustrate how GuixSD services work just a week ago. :-) Julien Lepiller skribis: > +@deffn {Scheme Procedure} openssh-service [#:pidfile

Re: [PATCH] gnu: Add dtc.

2016-08-29 Thread David Craven
I made some stylistic changes, updated the license, updated to 1.4.1, removed the patches (checked the arch package and the nixos package, both don't patch dtc) I forgot to add u-boot.scm to local.mk... Danny, WDYT? Is it an improvement?

[PATCH] gnu: Add dtc.

2016-08-29 Thread David Craven
From: Danny Milosavljevic * gnu/packages/u-boot.scm (dtc): New variable. Co-authored-by: David Craven --- gnu/packages/u-boot.scm | 60 + 1 file changed, 60 insertions(+) create mode 100644

Re: [PATCH] gnu: service: Add git-service.

2016-08-29 Thread ng0
Andy Wingo writes: > On Mon 29 Aug 2016 15:04, ng0 writes: > >> I know I should add a section about it to documentation, but first I >> want to get comments for the service as it currently is. > > No real comments until I know how it's supposed to

Re: Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 16:12:00 +0200 David Craven wrote: > Mhmm so I'm trying your patches and I get a no code for gnu system > u-boot. The file seems to be missing from the patches? Attached gnu/system/u-boot.scm . (Don't worry, once the branch is up, I'll diff with what I have

Re: [PATCH] gnu: service: Add git-service.

2016-08-29 Thread Andy Wingo
On Mon 29 Aug 2016 15:04, ng0 writes: > I know I should add a section about it to documentation, but first I > want to get comments for the service as it currently is. No real comments until I know how it's supposed to work, which the documentation will tell me :) A

Re: Guix with U-Boot

2016-08-29 Thread David Craven
Mhmm so I'm trying your patches and I get a no code for gnu system u-boot. The file seems to be missing from the patches?

Re: GHM debriefing

2016-08-29 Thread Vincent Legoll
> (home-directory "/var/empty") Argh, nooo ! ;-) -- Vincent Legoll

[PATCH] gnu: service: Add git-service.

2016-08-29 Thread ng0
I'd be happy to take review comments and changes to apply. The service runs, but due to limitations of our guix system vm (https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01816.html) I was not able to test a situation where I add a pubkey to $HOME/.ssh/ of user "git", export a repository,

Re: Offloading to a VM

2016-08-29 Thread David Craven
Yep, thanks! =)

Re: Offloading to a VM

2016-08-29 Thread Ludovic Courtès
David Craven skribis: >> --8<---cut here---start->8--- >> $ qemu-arm $(guix build coreutils -s armhf-linux |grep -v debug)/bin/uname -a >> Linux pluto 4.7.0-gnu #1 SMP 1 armv7l GNU/Linux >> $ uname -a >> Linux pluto 4.7.0-gnu #1 SMP 1 x86_64

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-29 Thread Ludovic Courtès
Hi Roel, Roel Janssen skribis: > Ludovic Courtès writes: [...] >> Use of %D% was discussed here: >> >> https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00641.html >> >> In general, I’m in favor of using the latest build tools available (the >> autotools), because I

Re: [PATCH] gnu: emacs-neotree: Fix downloaded source file

2016-08-29 Thread ng0
>From 41ffa4aa523921f0b8b722badee44dc34e570433 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 28 Aug 2016 23:29:19 + Subject: [PATCH 2/4] gnu: emacs-neotree: Keep downloaded source file format. * gnu/packages/emacs.scm (emacs-neotree)[source]: Keep downloaded file

Re: [PATCH] gnu: Add emacs-cyberpunk-theme

2016-08-29 Thread ng0
>From b340dd80d1e072a1eda40ae195a29b863836c401 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 28 Aug 2016 23:46:57 + Subject: [PATCH 3/4] gnu: Add emacs-cyberpunk-theme. * gnu/packages/emacs.scm (emacs-cyberpunk-theme): New variable. --- gnu/packages/emacs.scm | 21

Re: [PATCH] gnu: Add emacs-flx.

2016-08-29 Thread ng0
>From ec5296693f6e8e9287fc32099c8a2fc8038fc204 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 28 Aug 2016 23:25:53 + Subject: [PATCH 1/4] gnu: Add emacs-flx. * gnu/packages/emacs.scm (emacs-flx): New variable. --- gnu/packages/emacs.scm | 24

Re: [PATCH] gnu: Add emacs-auto-complete

2016-08-29 Thread ng0
>From 14ad2ea653e3b4a2a0feed98728db4f7b1eea104 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 29 Aug 2016 00:16:52 + Subject: [PATCH 4/4] gnu: Add emacs-auto-complete. * gnu/packages/emacs.scm (emacs-auto-complete): New variable. --- gnu/packages/emacs.scm | 26

GHM debriefing

2016-08-29 Thread Ludovic Courtès
Hello! The GNU Hackers Meeting (GHM) took place last week, with ~50 people including 4 Guix hackers (less than at FOSDEM!). I found myself talking 3 times (!) about Guix, hoping the audience would not saturate. ;-) https://www.gnu.org/ghm/program.html Slides online, and hopefully videos will

Re: Guix with U-Boot

2016-08-29 Thread David Craven
> If merging is deemed too risky, would it be possible to create a > "wip-u-boot" branch on Savannah instead? - it seems that is > how these bigger changes are handled. Then I could push the > U-Boot parts there. I'll collect your patches and do that. That should make it easier to test. (I'm not

Re: [PATCH 04/31] gnu: Add baloo.

2016-08-29 Thread David Craven
If the project is dual licensed or tripple licensed do I have to add a comment to each package? Or can we assume that that's the default?

Guix with U-Boot

2016-08-29 Thread Danny Milosavljevic
Hi, On Sun, 28 Aug 2016 14:28:31 +0200 David Craven wrote: > Thanks for your suggestions. I pushed the packages. > > Is there a git repo somewhere I can pull your uboot stuff from? I'd > like to test it =) There's no such repo right now. I'd prefer merging into master soon

Re: [PATCH] gnu: Add emacs-auto-complete

2016-08-29 Thread Alex Kost
ng0 (2016-08-29 03:32 +0300) wrote: > From a415af4e28055c98737aec967921a04390180c57 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Mon, 29 Aug 2016 00:16:52 + > Subject: [PATCH 4/4] gnu: Add emacs-auto-complete. > > * gnu/packages/emacs.scm (emacs-auto-complete): New

Re: [PATCH 3/4] gnu: Add German Aspell dictionary.

2016-08-29 Thread Alex Kost
John Darrington (2016-08-28 15:41 +0300) wrote: > On Sun, Aug 28, 2016 at 12:20:45PM +0300, Efraim Flashner wrote: > > +(define-public aspell-dict-de > > + (aspell-dictionary "de" "German" > > + #:version "20030222-1" > > + #:sha256 >

Re: [PATCH 3/4] gnu: node: Do not use bundled dependencies.

2016-08-29 Thread Alex Kost
Jelle Licht (2016-08-28 22:38 +0300) wrote: > I probably put the wrong things together when rebasing. Should I > provide updated > patches in these threads, or should I just send in a new patch > series? I think a new patch series is better (especially since there may be another number of

Re: [PATCH 00/31] KDE Tier 3 Packages

2016-08-29 Thread Hartmut Goebel
Am 26.08.2016 um 23:52 schrieb David Craven: > kio, kservice, kxmlgui, kemoticons, kiconthemes, plasma-frameworks, > krunner, ktexteditor and knewstuff have tests disabled Thanks for this great work! -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead

Re: FOSDEM 2016 was awesome! Let's do FOSDEM 2017

2016-08-29 Thread Alex Sassmannshausen
Hi, Wow, how time flies! Last year was definitely amazing, and I'd love to be involved to make that happen again. I'd be very happy to help out organizing stuff on the day if we still need volunteers for that. Alternatively, I could also help with the proposal for the event. I'm afraid I've