diff options
author | Greg Hogan <code@greghogan.com> | 2021-10-18 17:33:07 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-16 16:59:50 +0100 |
commit | 1a0ed46097dfc41e74354c44bd410a97e41df785 (patch) | |
tree | 0238853921aafec28b9e63bb53379d8886e9e3a3 /gnu/local.mk | |
parent | 4ff5cd6b0645a06a6542834f6ff83d725ce61b5c (diff) | |
download | guix-1a0ed46097dfc41e74354c44bd410a97e41df785.tar.gz |
gnu: aws-c-http: Update to 0.6.7.
* gnu/packages/c.scm (aws-c-http): Update to 0.6.7. [arguments]: Fix CMAKE_PREFIX_PATH, disable network tests. [source]: Remove patches. * gnu/packages/patches/aws-c-http-cmake-prefix.patch, gnu/packages/patches/aws-c-http-disable-networking-tests.patch: Delete files. * gnu/local.mk: Remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a1cc397f3b..654d7d6c40 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -874,8 +874,6 @@ dist_patch_DATA = \ %D%/packages/patches/aws-c-auth-disable-networking-tests.patch\ %D%/packages/patches/aws-c-compression-cmake-prefix.patch \ %D%/packages/patches/aws-c-event-stream-cmake-prefix.patch \ - %D%/packages/patches/aws-c-http-cmake-prefix.patch \ - %D%/packages/patches/aws-c-http-disable-networking-tests.patch\ %D%/packages/patches/aws-c-mqtt-cmake-prefix.patch \ %D%/packages/patches/aws-c-s3-cmake-prefix.patch \ %D%/packages/patches/aws-c-s3-disable-networking-tests.patch \ |