diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2014-09-29 13:27:30 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-02 10:46:29 +0200 |
commit | 2a9a4fb8b7ae519a7d28a1e6b96e0a0a5aed3201 (patch) | |
tree | 58fb8389281a7348dda06c857fd2e6c74daf279c /gnu-system.am | |
parent | 4b91ce2974c9f5b0b63e53fb484146b3a137c643 (diff) | |
download | patches-2a9a4fb8b7ae519a7d28a1e6b96e0a0a5aed3201.tar patches-2a9a4fb8b7ae519a7d28a1e6b96e0a0a5aed3201.tar.gz |
gnu: Add dfu-programmer
* gnu/packages/flashing-tools.scm (dfu-programmer): New variable.
* gnu/packages/patches/dfu-programmer-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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 642751c9ea..94d86246c9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -319,6 +319,7 @@ dist_patch_DATA = \ gnu/packages/patches/cursynth-wave-rand.patch \ gnu/packages/patches/dbus-localstatedir.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ + gnu/packages/patches/dfu-programmer-fix-libusb.patch \ gnu/packages/patches/doxygen-test.patch \ gnu/packages/patches/doxygen-tmake.patch \ gnu/packages/patches/duplicity-piped-password.patch \ |