diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-03 18:28:03 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:22 -0500 |
commit | bcd94e192a8459107ba43f03694fc82a35af6447 (patch) | |
tree | f52d8d304d6c842d0b29e5d9eea33280545da394 /gnu-system.am | |
parent | 1475a351f66f214bf279b870421e31c082704864 (diff) | |
download | guix-bcd94e192a8459107ba43f03694fc82a35af6447.tar guix-bcd94e192a8459107ba43f03694fc82a35af6447.tar.gz |
gnu: alsa-lib: fix atomic op declarations for MIPS.
* gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: New file.
* gnu/packages/linux.scm (alsa-lib): Add patch.
* 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 548f076c4c..6f2b4d12ce 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -202,6 +202,7 @@ GNU_SYSTEM_MODULES = \ patchdir = $(guilemoduledir)/gnu/packages/patches dist_patch_DATA = \ + gnu/packages/patches/alsa-lib-mips-atomic-fix.patch \ gnu/packages/patches/apr-skip-getservbyname-test.patch \ gnu/packages/patches/automake-skip-amhello-tests.patch \ gnu/packages/patches/avahi-localstatedir.patch \ |