Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
d9c57e5810 capnproto: 1.0.1.1 -> 1.0.2 2024-01-14 04:36:18 +00:00
R. Ryantm
6db5b06f02 capnproto: 1.0.1 -> 1.0.1.1 2023-11-23 03:12:56 +00:00
Anderson Torres
492414af5f treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
R. Ryantm
aa820d1502 capnproto: 0.10.4 -> 1.0.1 2023-09-08 21:28:58 +00:00
R. Ryantm
69d506aad2 capnproto: 0.10.3 -> 0.10.4 2023-04-18 03:42:09 +00:00
R. Ryantm
ef5eb1f948 capnproto: 0.10.2 -> 0.10.3 2022-12-02 06:14:57 +00:00
Nick Cao
313069aedb
capnproto: move openssl to propagatedBuildInputs 2022-08-16 19:05:14 +08:00
Nick Cao
2277556362 capnproto: add optional deps, cleanup cmakeFlags 2022-08-15 22:05:02 +02:00
R. Ryantm
e4499991ec capnproto: 0.10.1 -> 0.10.2 2022-07-07 20:02:24 +00:00
Mario Rodas
2af0db6d3e capnproto: remove outdated patch
The patch was integrated in the 0.10.0 release.
2022-06-25 08:20:00 +00:00
R. Ryantm
112374cc63 capnproto: 0.9.1 -> 0.10.1 2022-06-25 08:19:51 +00:00
sternenseemann
acb063701a lib.systems.elaborate: expose canExecute predicate over isCompatible
canExecute is like isCompatible, but also checks that the Kernels are
_equal_, i.e. that both platforms use the same syscall interface. This
is crucial in order to actually be able to execute binaries for the
other platform.

isCompatible is dropped, since it has changed semantically and there's
no use case left in nixpkgs.
2022-05-23 21:25:04 +02:00
Will Dietz
04fc58f31d capnproto: regenerate patch with more clear commit message
Explain what changed, and ensure no one mistakes this for the original
upsteam commit (while giving due attribution).
2022-03-21 08:31:32 -05:00
Will Dietz
0e373bb46a capnproto: use upstream patch to fix w/musl
Without this, the package builds but fails when linking
sometimes due to undefined references to `getcontext` and friends.

Fix this using an upstream patch providing musl support,
which is vendored so it can be adjusted to apply to the release.
2022-03-18 13:54:16 -05:00
Pavol Rusnak
079c1c3382
capnproto: 0.9.0 -> 0.9.1 2021-11-19 11:56:09 +01:00
Jim Garrison
07644a1733
ekam: init at 2021-09-18 (#141064)
Co-authored-by: Ian Denhardt <ian@zenhack.net>
Co-authored-by: Artturi <Artturin@artturin.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-18 22:45:19 +02:00
Alyssa Ross
860b938bbf capnproto: fix cross
capnproto tries to compile some capnproto files, so when
cross-compiling we need to give it the build platform's capnproto
binary or it'll try to execute the one for the host platform.
2021-09-27 15:46:21 +00:00
Alyssa Ross
3fc12275e6 pkgsStatic.capnproto: fix build
Static builds don't seem to work with the autotools-based build
system, but they work fine with the CMake one, so let's just switch to
that.
2021-09-27 15:46:21 +00:00
Jim Garrison
00a66c45e5
capnproto: update homepage and correct license
See MIT License at https://github.com/capnproto/capnproto/blob/master/LICENSE
2021-09-20 04:37:30 -04:00
R. RyanTM
2633966f85 capnproto: 0.8.0 -> 0.9.0 2021-08-20 19:43:26 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM
1919db9478 capnproto: 0.7.0 -> 0.8.0 2020-05-04 17:35:50 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
d4e2c90471 capnproto: 0.6.1 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/capnproto/versions
2018-09-07 00:35:01 -07:00
Franz Pletz
3352cfc597
capnproto: 0.6.0 -> 0.6.1 2017-09-05 14:24:59 +02:00
Aneesh Agrawal
65d06f33cc capnproto: 0.5.3 -> 0.6.0 2017-05-03 02:14:31 -04:00
Dan Peebles
167aba003a capnproto: fix on clang 4
Embedding the patch because the way they build their source releases
changes the paths, so fetchpatch against GitHub doesn't apply cleanly
2017-03-26 18:15:59 -04:00
Matthew Maurer
e6f51faa12 capnproto: 0.5.1.2 -> 0.5.3 2015-09-28 18:33:48 -04:00
Benjamin Saunders
593892a761 capnproto: bump to 0.5.1.2 2015-05-30 10:18:54 -07:00
Charles Strahan
96fd899fea capnproto: update to 0.5.0 2015-01-12 03:24:52 -05:00
Charles Strahan
604a4b680c capnproto: Add package 2014-04-25 11:18:18 -04:00