diff options
| author | Trevor Arjeski <tmarjeski@gmail.com> | 2025-09-23 15:18:09 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-25 21:20:00 +0200 |
| commit | 8c7d8cbd2f6d012ba1e5991f905406a1a929bf26 (patch) | |
| tree | 758660472730c99d9433773cf9c6e1e29656f4fd /gnu/packages/serialization.scm | |
| parent | b97049b29c43d13b7c056ec10e1479dece01c22d (diff) | |
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>
Diffstat (limited to 'gnu/packages/serialization.scm')
| -rw-r--r-- | gnu/packages/serialization.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 481fe177bfa..b2775e795f7 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -660,7 +660,7 @@ This package also provides @samp{kdlpp}, a C++20 wrapper around @samp{ckdl}.") | |||
| 660 | (define-public capnproto | 660 | (define-public capnproto |
| 661 | (package | 661 | (package |
| 662 | (name "capnproto") | 662 | (name "capnproto") |
| 663 | (version "1.0") | 663 | (version "1.2.0") |
| 664 | (source (origin | 664 | (source (origin |
| 665 | (method url-fetch) | 665 | (method url-fetch) |
| 666 | (uri (string-append | 666 | (uri (string-append |
| @@ -668,13 +668,13 @@ This package also provides @samp{kdlpp}, a C++20 wrapper around @samp{ckdl}.") | |||
| 668 | version ".tar.gz")) | 668 | version ".tar.gz")) |
| 669 | (sha256 | 669 | (sha256 |
| 670 | (base32 | 670 | (base32 |
| 671 | "03f1862ljdshg7d0rg3j7jzgm3ip55kzd2y91q7p0racax3hxx6i")) | 671 | "1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d")) |
| 672 | (patches (search-patches "capnproto-fix-test.patch")))) | 672 | (patches (search-patches "capnproto-fix-test.patch")))) |
| 673 | (build-system gnu-build-system) | 673 | (build-system cmake-build-system) |
| 674 | (arguments | 674 | (arguments |
| 675 | `(#:phases | 675 | `(#:phases |
| 676 | (modify-phases %standard-phases | 676 | (modify-phases %standard-phases |
| 677 | (add-before 'check 'use-tmp-for-temporary-files | 677 | (add-after 'unpack 'use-tmp-for-temporary-files |
| 678 | (lambda _ | 678 | (lambda _ |
| 679 | ;; Use /tmp for temporary files, as the default /var/tmp directory | 679 | ;; Use /tmp for temporary files, as the default /var/tmp directory |
| 680 | ;; doesn't exist. | 680 | ;; doesn't exist. |
