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/packages/multiprecision.scm | |
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/packages/multiprecision.scm')
-rw-r--r-- | gnu/packages/multiprecision.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index 77f69f7b33..008d8c074f 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -40,8 +40,7 @@ (base32 "12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8")) (patches (map search-patch - '("gmp-arm-asm-nothumb.patch" - "gmp-faulty-test.patch"))))) + '("gmp-faulty-test.patch"))))) (build-system gnu-build-system) (native-inputs `(("m4" ,m4))) (outputs '("out" "debug")) |