diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-11-01 09:39:13 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-11-02 21:04:18 +0200 |
commit | f1339551221c3fb220939cd1e8404785af96a8af (patch) | |
tree | 54b84ba22255699983e385527348181edda833c1 /gnu-system.am | |
parent | 5c2b2f006a7020b9c25ac32e675fa76260b3c3a4 (diff) | |
download | guix-f1339551221c3fb220939cd1e8404785af96a8af.tar guix-f1339551221c3fb220939cd1e8404785af96a8af.tar.gz |
gnu: gsl: Update to 2.0.
* gnu/packages/maths.scm (gsl): Update to 2.0.
[source]: Remove patches.
* gnu/packages/patches/gsl-poly-test-fix-pt1.patch,
gnu/packages/patches/gsl-poly-test-fix-pt2.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index f140ab6be8..36e7b6e937 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -485,8 +485,6 @@ dist_patch_DATA = \ gnu/packages/patches/grep-CVE-2015-1345.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/grub-freetype.patch \ - gnu/packages/patches/gsl-poly-test-fix-pt1.patch \ - gnu/packages/patches/gsl-poly-test-fix-pt2.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-arm-fixes.patch \ gnu/packages/patches/guile-default-utf8.patch \ |