diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-06-25 14:25:26 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-06-25 14:25:26 -0500 |
commit | 7cd157e22164cfd93968900cdd68e88963cfd4ba (patch) | |
tree | 6f5e742f0fa8e7f40dd02005cf0123e4110435f7 /gnu-system.am | |
parent | edc28d3c42b20b41a665004af892652aafa32941 (diff) | |
download | guix-7cd157e22164cfd93968900cdd68e88963cfd4ba.tar guix-7cd157e22164cfd93968900cdd68e88963cfd4ba.tar.gz |
gnu: cursynth: Upgrade to 1.5.
* gnu/packages/cursynth.scm (cursynth)[source]: Upgrade to 1.5. New
'patches' field.
* gnu/packages/patches/cursynth-wave-rand.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
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 3c057b36d8..9c91eac1d2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -283,6 +283,7 @@ dist_patch_DATA = \ gnu/packages/patches/cssc-gets-undeclared.patch \ gnu/packages/patches/cssc-missing-include.patch \ gnu/packages/patches/curl-fix-test172.patch \ + gnu/packages/patches/cursynth-wave-rand.patch \ gnu/packages/patches/dbus-localstatedir.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dmd-getpw.patch \ |