diff options
author | Andreas Enge <andreas@enge.fr> | 2013-08-07 19:13:46 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-08-07 19:13:46 +0200 |
commit | 25352fe10608d68053f41f0bcaa7571f1432fd14 (patch) | |
tree | 8c99231cdc52c7cfd49fe0dc55ab40578c3b5854 /gnu-system.am | |
parent | 6bfc16d93c04f4be2ef53a5fe271d8898a02fda8 (diff) | |
download | guix-25352fe10608d68053f41f0bcaa7571f1432fd14.tar guix-25352fe10608d68053f41f0bcaa7571f1432fd14.tar.gz |
gnu: Add ripperX.
* gnu/packages/mp3.scm (ripperx): New variable.
* gnu/packages/patches/ripperx-libm.patch: New file.
* gnu-system.am (dist_patch_DATA): 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 6285033eb8..926bb9672d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -211,6 +211,7 @@ dist_patch_DATA = \ gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/readline-link-ncurses.patch \ + gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/tar-gets-undeclared.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ |