diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-02 11:36:47 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-03 11:51:52 -0400 |
commit | 9a49129651f4c53f42b31a2c44e4f299eb82708b (patch) | |
tree | d39ad4d3ccc54b5316b4645cfcf4d3d10d535162 /gnu/local.mk | |
parent | 568f977f9c4c2edd0f29b7627b315b716eda9c15 (diff) | |
download | guix-9a49129651f4c53f42b31a2c44e4f299eb82708b.tar guix-9a49129651f4c53f42b31a2c44e4f299eb82708b.tar.gz |
gnu: audacity: Update to 2.1.3.
* gnu/packages/audacity.scm (audacity): Update to 2.1.3.
[source]: Fetch gzipped tar archive instead of a zip archive; remove
unnecessary patch.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add autoreconf phase to detect system libraries.
* gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: Delete patch.
* gnu/local.mk: Remove reference to removed patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9035753673..5da3590375 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -495,7 +495,6 @@ dist_patch_DATA = \ %D%/packages/patches/ath9k-htc-firmware-binutils.patch \ %D%/packages/patches/ath9k-htc-firmware-gcc.patch \ %D%/packages/patches/ath9k-htc-firmware-objcopy.patch \ - %D%/packages/patches/audacity-fix-ffmpeg-binding.patch \ %D%/packages/patches/automake-skip-amhello-tests.patch \ %D%/packages/patches/automake-regexp-syntax.patch \ %D%/packages/patches/automake-test-gzip-warning.patch \ |