diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2014-09-27 20:07:19 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-04 13:50:38 +0200 |
commit | 21a8fe1bf520027f8e91be41985ea4c300eff554 (patch) | |
tree | ce1d46aef31cdd8adc45f96a2f7f9c79155a8e9d /gnu-system.am | |
parent | 035b6ff7079576c37af88342c7ff6f904fbc6329 (diff) | |
download | gnu-guix-21a8fe1bf520027f8e91be41985ea4c300eff554.tar gnu-guix-21a8fe1bf520027f8e91be41985ea4c300eff554.tar.gz |
gnu: base: Add glibc-hurd and hurd-minimal.
* gnu/packages/base.scm (glibc/hurd, glibc/hurd-headers): New variables.
* gnu/packages/hurd.scm (hurd-minimal): New variable.
* gnu/packages/patches/glibc-hurd-extern-inline.patch: New file.
* gnu/packages/patches/libpthread-glibc-preparation.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Co-authored-by: Mark H Weaver <mhw@netris.org>
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 6d0cb263c5..974201b479 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -552,6 +552,7 @@ dist_patch_DATA = \ gnu/packages/patches/libwmf-CVE-2009-1364.patch \ gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch \ gnu/packages/patches/lirc-localstatedir.patch \ + gnu/packages/patches/libpthread-glibc-preparation.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua-pkgconfig.patch \ gnu/packages/patches/lua51-liblua-so.patch \ |