summary refs log tree commit diff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorManolis Ragkousis <manolis837@gmail.com>2014-07-24 11:05:43 +0000
committerLudovic Courtès <ludo@gnu.org>2014-08-11 18:38:34 +0200
commit4acd5c0f9a511f8c931baa57dda09529afcc99a9 (patch)
tree7ab792d79d79663910ae10af214a6eb9fd88a8d4 /gnu-system.am
parent3a09e1d2e8ef976e5d5e35d47fcb92ae501a651e (diff)
downloadguix-4acd5c0f9a511f8c931baa57dda09529afcc99a9.tar.gz
gnu: Add AVRDUDE
* gnu/packages/avrdude.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add avrdude.scm
* gnu/packages/patches/avrdude-fix-libusb.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 7928b52592..3471e20c1d 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -37,6 +37,7 @@ GNU_SYSTEM_MODULES =				\
   gnu/packages/autogen.scm			\
   gnu/packages/autotools.scm			\
   gnu/packages/avahi.scm			\
+  gnu/packages/avrdude.scm			\
   gnu/packages/backup.scm			\
   gnu/packages/base.scm				\
   gnu/packages/bash.scm				\
@@ -280,6 +281,7 @@ dist_patch_DATA =						\
   gnu/packages/patches/apr-skip-getservbyname-test.patch	\
   gnu/packages/patches/automake-skip-amhello-tests.patch	\
   gnu/packages/patches/avahi-localstatedir.patch		\
+  gnu/packages/patches/avrdude-fix-libusb.patch			\
   gnu/packages/patches/bigloo-gc-shebangs.patch			\
   gnu/packages/patches/binutils-ld-new-dtags.patch		\
   gnu/packages/patches/binutils-loongson-workaround.patch	\