diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-12 11:50:59 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-12 11:50:59 +0100 |
commit | 7dda44a6b965b2349e3b27b588fac72a02eae487 (patch) | |
tree | cd22b3e9cabcf0503ca76140dd1538e4846bdd17 /gnu-system.am | |
parent | e82e55e58c67b0215e768c4612ca542bc670f633 (diff) | |
download | guix-7dda44a6b965b2349e3b27b588fac72a02eae487.tar.gz |
build: Add missing patches to the distribution.
* gnu-system.am (dist_patch_DATA): Add glibc-hurd-extern-inline.patch and plink-1.07-unclobber-i.patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index ef4db3c302..14b8fdf501 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -485,6 +485,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-timer.patch \ gnu/packages/patches/glib-tests-gapplication.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ + gnu/packages/patches/glibc-hurd-extern-inline.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-locales.patch \ gnu/packages/patches/glibc-locale-incompatibility.patch \ @@ -623,6 +624,7 @@ dist_patch_DATA = \ gnu/packages/patches/perl-tk-x11-discover.patch \ gnu/packages/patches/pidgin-add-search-path.patch \ gnu/packages/patches/pingus-sdl-libs-config.patch \ + gnu/packages/patches/plink-1.07-unclobber-i.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/polkit-drop-test.patch \ gnu/packages/patches/portaudio-audacity-compat.patch \ |