diff options
| -rw-r--r-- | gnu/local.mk | 1 | ||||
| -rw-r--r-- | gnu/packages/patches/capnproto-fix-test.patch | 11 | ||||
| -rw-r--r-- | gnu/packages/serialization.scm | 3 |
3 files changed, 1 insertions, 14 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 264a343b3c7..cfb1c2f9cb1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk | |||
| @@ -1075,7 +1075,6 @@ dist_patch_DATA = \ | |||
| 1075 | %D%/packages/patches/calls-disable-application-test.patch \ | 1075 | %D%/packages/patches/calls-disable-application-test.patch \ |
| 1076 | %D%/packages/patches/calls-disable-sip-test.patch \ | 1076 | %D%/packages/patches/calls-disable-sip-test.patch \ |
| 1077 | %D%/packages/patches/camlboot-dynamically-allocate-stack-signal.patch \ | 1077 | %D%/packages/patches/camlboot-dynamically-allocate-stack-signal.patch \ |
| 1078 | %D%/packages/patches/capnproto-fix-test.patch \ | ||
| 1079 | %D%/packages/patches/capstone-fix-python-constants.patch \ | 1078 | %D%/packages/patches/capstone-fix-python-constants.patch \ |
| 1080 | %D%/packages/patches/catdoc-CVE-2017-11110.patch \ | 1079 | %D%/packages/patches/catdoc-CVE-2017-11110.patch \ |
| 1081 | %D%/packages/patches/chez-irregex-import-cond-expand.patch \ | 1080 | %D%/packages/patches/chez-irregex-import-cond-expand.patch \ |
diff --git a/gnu/packages/patches/capnproto-fix-test.patch b/gnu/packages/patches/capnproto-fix-test.patch deleted file mode 100644 index 4b207644922..00000000000 --- a/gnu/packages/patches/capnproto-fix-test.patch +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | diff -u a/src/kj/string-test.c++ b/src/kj/string-test.c++ | ||
| 2 | --- a/src/kj/string-test.c++ | ||
| 3 | +++ b/src/kj/string-test.c++ | ||
| 4 | @@ -22,6 +22,7 @@ | ||
| 5 | #include "string.h" | ||
| 6 | #include <kj/compat/gtest.h> | ||
| 7 | #include <string> | ||
| 8 | +#include <cstdint> | ||
| 9 | #include "vector.h" | ||
| 10 | |||
| 11 | namespace kj { | ||
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 7df6d7f358e..f7bf738d50e 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -681,8 +681,7 @@ This package also provides @samp{kdlpp}, a C++20 wrapper around @samp{ckdl}.") | |||
| 681 | version ".tar.gz")) | 681 | version ".tar.gz")) |
| 682 | (sha256 | 682 | (sha256 |
| 683 | (base32 | 683 | (base32 |
| 684 | "1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d")) | 684 | "1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d")))) |
| 685 | (patches (search-patches "capnproto-fix-test.patch")))) | ||
| 686 | (build-system cmake-build-system) | 685 | (build-system cmake-build-system) |
| 687 | (arguments | 686 | (arguments |
| 688 | `(#:phases | 687 | `(#:phases |
