Re: gnu: artanis: Remove implied $(DESTDIR) usage.

2016-10-17 Thread Marius Bakke
Adonay Felipe Nogueira writes: > Oh my! ... Sorry for being careless. I guess I was so happy to finally > fix the problem upstream that I forgot to adapt our recipe accordingly. > > Thanks for testing. :) > > I have made the patch again, and also properly referenced the patch > tickets from upstr

Re: gnu: artanis: Remove implied $(DESTDIR) usage.

2016-10-17 Thread Adonay Felipe Nogueira
85d418a8750cb7b90cab12c5cc7687e8fd8a6981 Mon Sep 17 00:00:00 2001 From: Adonay Felipe Nogueira Date: Mon, 17 Oct 2016 10:47:21 -0200 Subject: [PATCH] gnu: artanis: Remove implied $(DESTDIR) usage. * gnu/packages/patches/artanis-fix-Makefile.in.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages

Re: gnu: artanis: Remove implied $(DESTDIR) usage.

2016-10-16 Thread Marius Bakke
Adonay Felipe Nogueira writes: > My first patch to Guix project, I hope this helps. :) Welcome and thanks for this patch! :) The current artanis package has a bug where the install location is set to "$out/$out/share/guile/site/2.0". This patch fixes that by installing to "$out/share/guile/site

gnu: artanis: Remove implied $(DESTDIR) usage.

2016-10-15 Thread Adonay Felipe Nogueira
H] gnu: artanis: Remove implied $(DESTDIR) usage. * gnu/packages/patches/artanis-fix-Makefile.in.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. --- gnu/local.mk | 2 + gnu/packages/gui