diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-10-20 16:47:58 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-10-20 16:49:32 -0500 |
commit | 1454a2ba88fc0696192e520e2cbd27b380e4d8f2 (patch) | |
tree | 0e06f353b6acec63c2309e8d447cfd41d93a74a8 /gnu-system.am | |
parent | 7947a05439cc26d93bd93300f38d216dbb93c76d (diff) | |
download | guix-1454a2ba88fc0696192e520e2cbd27b380e4d8f2.tar guix-1454a2ba88fc0696192e520e2cbd27b380e4d8f2.tar.gz |
gnu: ccache: Upgrade to 3.1.10.
* gnu/packages/ccache.scm (ccache): Upgrade to 3.1.10.
[source]: Remove patches.
* gnu/packages/patches/ccache-stdc-predef-test.patch: Delete patch.
* gnu-system.am (dist_patch_DATA): Remove it.
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 b8b5b2ce53..af3f764648 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -312,7 +312,6 @@ dist_patch_DATA = \ gnu/packages/patches/bigloo-gc-shebangs.patch \ gnu/packages/patches/binutils-ld-new-dtags.patch \ gnu/packages/patches/binutils-loongson-workaround.patch \ - gnu/packages/patches/ccache-stdc-predef-test.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ |