mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
Revert "gnu: capnproto: Fix tests."
This reverts commit 3dc7044969.
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c2e28c1ac4
commit
ba7ec6e912
3 changed files with 1 additions and 14 deletions
|
|
@ -1075,7 +1075,6 @@ dist_patch_DATA = \
|
|||
%D%/packages/patches/calls-disable-application-test.patch \
|
||||
%D%/packages/patches/calls-disable-sip-test.patch \
|
||||
%D%/packages/patches/camlboot-dynamically-allocate-stack-signal.patch \
|
||||
%D%/packages/patches/capnproto-fix-test.patch \
|
||||
%D%/packages/patches/capstone-fix-python-constants.patch \
|
||||
%D%/packages/patches/catdoc-CVE-2017-11110.patch \
|
||||
%D%/packages/patches/chez-irregex-import-cond-expand.patch \
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
diff -u a/src/kj/string-test.c++ b/src/kj/string-test.c++
|
||||
--- a/src/kj/string-test.c++
|
||||
+++ b/src/kj/string-test.c++
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "string.h"
|
||||
#include <kj/compat/gtest.h>
|
||||
#include <string>
|
||||
+#include <cstdint>
|
||||
#include "vector.h"
|
||||
|
||||
namespace kj {
|
||||
|
|
@ -681,8 +681,7 @@ This package also provides @samp{kdlpp}, a C++20 wrapper around @samp{ckdl}.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d"))
|
||||
(patches (search-patches "capnproto-fix-test.patch"))))
|
||||
"1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue