diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-24 21:16:29 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-24 21:16:29 +0200 |
commit | d0dfc06683c868e48ee85213909e4013db94e221 (patch) | |
tree | fa12bc2a4bc538acd16b0f81b80708fe443b4c53 /gnu-system.am | |
parent | 10b1f68877b8198e0c1ab8b0ae9142f3b00975dd (diff) | |
download | guix-d0dfc06683c868e48ee85213909e4013db94e221.tar guix-d0dfc06683c868e48ee85213909e4013db94e221.tar.gz |
gnu: ripperX: Update to 2.8.0.
* gnu/packages/mp3.scm (ripperx): Update to 2.8.0. Drop one patch and
add another one.
* gnu/packages/patches/ripperx-libm.patch: Remove file.
* gnu/packages/patches/ripperx-missing-file.patch: New file.
* gnu-system.am (dist_patch_DATA): Register one patch and unregister the
other.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 128e64fe7e..fdceedca7c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -604,7 +604,7 @@ dist_patch_DATA = \ gnu/packages/patches/qt5-runpath.patch \ gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ - gnu/packages/patches/ripperx-libm.patch \ + gnu/packages/patches/ripperx-missing-file.patch \ gnu/packages/patches/sed-hurd-path-max.patch \ gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/scotch-test-threading.patch \ |