diff options
author | Adonay Felipe Nogueira <adfeno@openmailbox.org> | 2016-10-17 10:47:21 -0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-10-17 15:20:11 +0100 |
commit | 8a666bc5cb3c50b4b881290c7776c3f681a734bc (patch) | |
tree | daadf6f361be5c90d5dada294de5889b1c21557d /gnu/local.mk | |
parent | dd04f56a2b25f6d32891bccd22a1315504257718 (diff) | |
download | guix-8a666bc5cb3c50b4b881290c7776c3f681a734bc.tar.gz |
gnu: artanis: Remove implied $(DESTDIR) usage.
* gnu/packages/patches/artanis-fix-Makefile.in.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. [arguments]: Remove DESTDIR from #:make-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 27872ce52a..9079b42916 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -5,6 +5,7 @@ # Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> # Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> # Copyright © 2016 Kei Kebreau <kei@openmailbox.org> +# Copyright © 2016 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org> # # This file is part of GNU Guix. # @@ -454,6 +455,7 @@ dist_patch_DATA = \ %D%/packages/patches/antiword-CVE-2014-8123.patch \ %D%/packages/patches/apr-skip-getservbyname-test.patch \ %D%/packages/patches/arb-ldconfig.patch \ + %D%/packages/patches/artanis-fix-Makefile.in.patch \ %D%/packages/patches/ath9k-htc-firmware-binutils.patch \ %D%/packages/patches/ath9k-htc-firmware-gcc.patch \ %D%/packages/patches/ath9k-htc-firmware-objcopy.patch \ |