diff options
author | Andreas Enge <andreas@enge.fr> | 2015-12-02 20:03:51 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-12-02 20:03:51 +0100 |
commit | e414a7dec365233ad505595bbebaff5d30e72f19 (patch) | |
tree | 1d59409839d0a70996c4e9c4cf3169a69c36a502 /gnu-system.am | |
parent | e946b609b2455e2b38ba2d2b86448bddea0a28ce (diff) | |
download | patches-e414a7dec365233ad505595bbebaff5d30e72f19.tar patches-e414a7dec365233ad505595bbebaff5d30e72f19.tar.gz |
gnu: gmp: Drop patch included in release 6.1.0.
* gnu/packages/multiprecision.scm (gmp)[source]: Drop patch.
* gnu/packages/patches/gmp-arm-asm-nothumb.patch: Remove patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 4363e615b0..0eb2f28739 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -476,7 +476,6 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-locale-incompatibility.patch \ gnu/packages/patches/glibc-o-largefile.patch \ gnu/packages/patches/glibc-versioned-locpath.patch \ - gnu/packages/patches/gmp-arm-asm-nothumb.patch \ gnu/packages/patches/gmp-faulty-test.patch \ gnu/packages/patches/gnucash-price-quotes-perl.patch \ gnu/packages/patches/gnutls-doc-fix.patch \ |