mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: capnproto: Update to 1.2.0.
* gnu/packages/serialization.scm (capnproto): Update to 1.2.0. * changed: gnu to cmake build system to get a test to pass (unsure why). * moved: /tmp dir patch to after 'unpack phase. Change-Id: I6a27587f8126eeb0cfeb7b9f26dc436bd66b5f92 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b97049b29c
commit
8c7d8cbd2f
1 changed files with 4 additions and 4 deletions
|
@ -660,7 +660,7 @@ This package also provides @samp{kdlpp}, a C++20 wrapper around @samp{ckdl}.")
|
|||
(define-public capnproto
|
||||
(package
|
||||
(name "capnproto")
|
||||
(version "1.0")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -668,13 +668,13 @@ This package also provides @samp{kdlpp}, a C++20 wrapper around @samp{ckdl}.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03f1862ljdshg7d0rg3j7jzgm3ip55kzd2y91q7p0racax3hxx6i"))
|
||||
"1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d"))
|
||||
(patches (search-patches "capnproto-fix-test.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'use-tmp-for-temporary-files
|
||||
(add-after 'unpack 'use-tmp-for-temporary-files
|
||||
(lambda _
|
||||
;; Use /tmp for temporary files, as the default /var/tmp directory
|
||||
;; doesn't exist.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue