Re: 03/03: gnu: libinput: Update to 1.9.3.

2017-12-10 Thread Efraim Flashner
On Fri, Dec 08, 2017 at 08:36:27PM -0500, Mark H Weaver wrote: > efr...@flashner.co.il (Efraim Flashner) writes: > > > efraim pushed a commit to branch master > > in repository guix. > > > > commit 5f5083749c1ff2731e84fa7d8eea182ad45c18a5 > > Author: Efraim Flashner > > Date: Fri Dec 8 09:25:40

Re: Dualbooting with guixsd not handling grub installation

2017-12-10 Thread Mathieu Othacehe
Hi Martin and Jelle, >> This could be done by adding a cli argument for reconfigure or allowing >> an empty string in (grub-configuration (target "")). >> >> WDYT? >> An already available option would be to override the grub-installer like this : --8<---cut here---start-

Re: java: switch to icedtea-8 as default JDK

2017-12-10 Thread Gábor Boskovits
I've seen package: java-jgit-4.2 explicitly depending on icedtea-7 other explicit dependencies are for: icedtea-7 ant These are ok, I believe. We have ant/java8. What is the current status of these two: ant vs ant/java8, is ant/java8 the default? Should we do something with these? 2017-12-08

Re: Is it necessary to run "make" before "make check"?

2017-12-10 Thread Catonano
2017-12-08 3:17 GMT+01:00 Chris Marusich : > Hi, > > Is it necessary to run "make" before "make check", or is it good enough > to just run "make check" and rely on Make to build whatever needs to be > built to run "make check"? > > -- > Chris > in my experience, make builds whatever is needed in

Re: Improving Elixir support

2017-12-10 Thread nee
Hello, I had a short look the elixir/erlang package systems. I'm sending my current WIP status. It seems the following things will be required: 1. hex.pm importer https://hex.pm is the main package repository for erlang and elixir. I already wrote a basic importer. Hex.pm has a simple json api t

Re: Improving Elixir support

2017-12-10 Thread Pjotr Prins
On Mon, Dec 11, 2017 at 01:04:19AM +0100, nee wrote: > Hello, I had a short look the elixir/erlang package systems. > I'm sending my current WIP status. Good progress! Just thinking out-of-the-box here, but almost all Elixir packages are pretty straightforward. Can we not just unpack them and comp