diff options
author | Andreas Enge <andreas@enge.fr> | 2015-09-19 23:19:32 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-09-19 23:38:51 +0200 |
commit | e49b339608d63ea980c24fec01dc94cd59f19335 (patch) | |
tree | 2d10143f0e48a6bdc20fc5c96628856e5fed5c14 /gnu-system.am | |
parent | edb15985f1123e54199bac7228e49fb84371e0cb (diff) | |
download | guix-e49b339608d63ea980c24fec01dc94cd59f19335.tar guix-e49b339608d63ea980c24fec01dc94cd59f19335.tar.gz |
gnu: libmtp: Add additional MTP devices.
* gnu/packages/patches/libmtp-devices.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/patches/libmtp-devices.patch (libmtp)[source]: Add patch.
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 d3c63cad33..2d261315ef 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -518,6 +518,7 @@ dist_patch_DATA = \ gnu/packages/patches/libbonobo-activation-test-race.patch \ gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch \ gnu/packages/patches/libevent-dns-tests.patch \ + gnu/packages/patches/libmtp-devices.patch \ gnu/packages/patches/liboop-mips64-deplibs-fix.patch \ gnu/packages/patches/liblxqt-include.patch \ gnu/packages/patches/libmad-armv7-thumb-pt1.patch \ |