Re: [PATCH] scripts: hash: Add --git option. WIP

2017-11-28 Thread Andy Wingo
On Thu 23 Nov 2017 04:54, Jan Nieuwenhuizen writes: > Hi! > > Attached is a patch to get the hash of a git archive without having to > clean the tree or do a clean checkout. > > Using > > guix hash -gr . > > procudes the same hash as doing something like > > git clone . tmp && guix hash -

MIME database

2017-11-28 Thread Ludovic Courtès
Hello, (Moving the discussions to guix-devel.) brendan.tildes...@openmailbox.org skribis: > I was wondering why my pdf documents were getting opened in Gimp by default > instead of Evince, so I investigated xdg-open and found it uses mimeopen as a > fallback, and packaged it. Turns out it didn

Re: MIME database

2017-11-28 Thread julien lepiller
Le 2017-11-28 10:24, l...@gnu.org a écrit : Hello, (Moving the discussions to guix-devel.) brendan.tildes...@openmailbox.org skribis: I was wondering why my pdf documents were getting opened in Gimp by default instead of Evince, so I investigated xdg-open and found it uses mimeopen as a fall

Re: MIME database

2017-11-28 Thread Andy Wingo
On Tue 28 Nov 2017 10:24, l...@gnu.org (Ludovic Courtès) writes: > Hello, > > (Moving the discussions to guix-devel.) > > brendan.tildes...@openmailbox.org skribis: > >> I was wondering why my pdf documents were getting opened in Gimp by >> default instead of Evince, so I investigated xdg-open and

Re: MIME database

2017-11-28 Thread Alex Vong
julien lepiller writes: > Le 2017-11-28 10:24, l...@gnu.org a écrit : >> Hello, >> >> (Moving the discussions to guix-devel.) >> >> brendan.tildes...@openmailbox.org skribis: >> >>> I was wondering why my pdf documents were getting opened in Gimp by >>> default instead of Evince, so I investigate

Re: MIME database

2017-11-28 Thread Andy Wingo
On Tue 28 Nov 2017 12:23, Alex Vong writes: > julien lepiller writes: > >> Le 2017-11-28 10:24, l...@gnu.org a écrit : >>> brendan.tildes...@openmailbox.org skribis: >>> >>> Right, so I think the immediate course of action here would be to patch >>> GIMP’s MIME data so that it does not register

Re: boot the Hurd with Guix

2017-11-28 Thread Daniel Pimentel
Cool! Thanks, --- Daniel Pimentel (d4n1) Em 2017-11-27 22:16, ren...@openmailbox.org escreveu: Hello, I update the download link: https://ombx.io/ipoWt9uK

Re: Cross-compilation, Guix "system", and GNU "triplet"

2017-11-28 Thread Ludovic Courtès
Chris Marusich skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> The ABI and file format are entirely (or almost entirely) the >> responsibility of user-land software (how you configure the toolchain >> determines what ABI you use, for instance.) Thus they’re necessarily >> captured by the

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-28 Thread Ludovic Courtès
Hello, Mark H Weaver skribis: > Никита Чураев writes: > >> Here's how I want to use Guix and it is to increase >> contributor-friendliness of a project, so that the user can simply run >> a distribution-independent command to install all dependencies without >> having to hunt for them with `apt

Re: WIP gnu social package

2017-11-28 Thread Ludovic Courtès
Hello, nee skribis: > Am 05.10.2017 um 17:00 schrieb Ludovic Courtès: >> For this particular case, I would do nothing: the first time, the >> service wouldn’t start (I guess). Users would have to explicitly set >> the passwords on the command line, and then run “herd start gnu-social”. >> > Th

Re: GeoIP database redistribution?

2017-11-28 Thread ng0
Hi! It's better to reply late than never. My latency on some tasks is high. For anyone reading the old thread and wondering WTF happened, I've just re-read the thread and giving it shot soon as I want to analyze some logs and we already have a Perl module that wants this DB. I prefer Guix supplied

Re: 01/02: gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].

2017-11-28 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Nov 02, 2017 at 05:22:34PM -0400, Marius Bakke wrote: >> commit 1df4f5c919937b60bfb21ac2a60d8f0a6737c421 >> Author: Marius Bakke >> Date: Thu Nov 2 22:11:25 2017 +0100 >> >> gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, >> CVE-2017-2736]. >>

Re: boot the Hurd with Guix

2017-11-28 Thread ranvijay vijay
Keep up the good work! 😊 On Tuesday, November 28, 2017, Daniel Pimentel wrote: > Cool! Thanks, > > --- > Daniel Pimentel (d4n1) > > Em 2017-11-27 22:16, ren...@openmailbox.org escreveu: > >> Hello, >> >> I update the download link: >> >> https://ombx.io/ipoWt9uK >> > >

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-28 Thread myglc2
On 11/26/2017 at 15:35 Mark H Weaver writes: > Hi, > > Никита Чураев writes: > >> Here's how I want to use Guix and it is to increase >> contributor-friendliness of a project, so that the user can simply run >> a distribution-independent command to install all dependencies without >> having to hu

Re: GeoIP database redistribution?

2017-11-28 Thread Pjotr Prins
On Tue, Nov 28, 2017 at 04:19:37PM +, ng0 wrote: > And Pjotr, the mentioning of TB's without any reference to an > external project really threw me off. Just specify the "We" next > time ;) Sorry. I am talking biological data ;). Pj.

Re: [PATCH] scripts: hash: Add --git option. WIP

2017-11-28 Thread Jan Nieuwenhuizen
Andy Wingo writes: >>guix hash --git HEAD >>guix hash --git v0.13 >> >> WDYT? > > Weird that we have done the same thing :) > > https://git.savannah.gnu.org/gitweb/?p=guix.git;a=commit;h=572907daff98a77a4215861a88b81d2f30542c09 :-) Nice!...on what branch is that? You did see Ludo's sugge

Re: [PATCH] scripts: hash: Add --git option. WIP

2017-11-28 Thread Leo Famulari
On Tue, Nov 28, 2017 at 07:57:32PM +0100, Jan Nieuwenhuizen wrote: > Andy Wingo writes: > > Weird that we have done the same thing :) > > > > https://git.savannah.gnu.org/gitweb/?p=guix.git;a=commit;h=572907daff98a77a4215861a88b81d2f30542c09 > > :-) Nice!...on what branch is that? You did see Lud

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-28 Thread lamefun . x0r
Another question, is Guix ever going to ship NVIDIA OpenGL libraries, considering that this is a GNU project? Flatpak for example ships them to support NVIDIA GPUs. The project I want to make contributor-friendly with help of Guix is a 3D game, so without them Guix is essentially useless as a depe

New template for 'guix' made available

2017-11-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-files/gui

New template for 'guix-packages' made available

2017-11-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix-packages' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-28 Thread Leo Famulari
On Tue, Nov 28, 2017 at 10:43:49PM +0300, lamefun@gmail.com wrote: > Another question, is Guix ever going to ship NVIDIA OpenGL libraries, > considering that this is a GNU project? Flatpak for example ships them > to support NVIDIA GPUs. The project I want to make contributor-friendly > with h

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-28 Thread Adonay Felipe Nogueira
Contributing to what Leo Famulari said: Guix already allows you to setup a repository yourself for all of those who use GNU Guix package manager. I think the command was `guix publish'? >From there on, unless the repository maintainers are commited to follow the GNU FSDG, the official GNU Guix co

Re: 01/05: gnu: guix: Provide the correct version string.

2017-11-28 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > civodul pushed a commit to branch master > in repository guix. > > commit 91c619ebdfd065f0becbbcc742dc412dc41e77a1 > Author: Ludovic Courtès > Date: Tue Nov 28 13:25:04 2017 +0100 > > gnu: guix: Provide the correct version string. > > Fixes

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-28 Thread Pjotr Prins
On Tue, Nov 28, 2017 at 10:43:49PM +0300, lamefun@gmail.com wrote: > Another question, is Guix ever going to ship NVIDIA OpenGL libraries, > considering that this is a GNU project? Flatpak for example ships them > to support NVIDIA GPUs. The project I want to make contributor-friendly > with h

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

2017-11-28 Thread Chris Marusich
Gábor Boskovits writes: > Hello! > > I just run a quick grep to see which files might be interesting. > > We use ant-build-system in: > axoloti.scm * > bioinformatics.scm * > compression.scm * > icu4c.scm > java.scm * > libusb.scm * > music.scm * > textutlis.scm > uml.scm * > version-control.scm

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

2017-11-28 Thread Chris Marusich
Chris Marusich writes: > Gábor Boskovits writes: > >> Hello! >> >> I just run a quick grep to see which files might be interesting. >> >> We use ant-build-system in: >> axoloti.scm * >> bioinformatics.scm * >> compression.scm * >> icu4c.scm >> java.scm * >> libusb.scm * >> music.scm * >> textutl