Commit graph

8 commits

Author SHA1 Message Date
Harrison Houghton 679c67ced8 zeroc-ice: share meta definition and clarify license 2021-08-22 00:01:38 -04:00
Harrison Houghton 9608f26acf zeroc-ice: 3.6.3 -> 3.6.5, 3.7.2 -> 3.7.6
3.7 now has a dependency on libedit.
2021-08-22 00:01:38 -04:00
Harrison Houghton 39d2d3a288 zeroc-ice-36: fix
Some compiler bump or another provoked a new uninitialized-variable
warning, but the logic in that function precludes the actual
uninitialized read (there's an assert before the read).

I could use a #pragma diagnostic or something but explicitly
initializing is not so bad especially as it's just test code.
2021-08-22 00:01:20 -04:00
Sebastián Mancilla 8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dima cb966b6f7b zeroc-ice-36: fix build for gcc8
The build was broken failing on unneccessary memsets.
This issue was fixed upstream in 3.7 and discussed in
https://github.com/zeroc-ice/ice/issues/82

The patch pertaining to the error causing the actual failure still
applies nicely onto the 3.6 version.

Hydra logs of breakage: https://hydra.nixos.org/build/100440955/nixlog/1
2019-09-11 00:28:03 +02:00
Nikolay Amiantov 3a0c6f1402 zeroc-ice: 3.6.3 -> 3.7.2
Rename from zeroc_ice.
Take various improvements from Arch zero-ice package.
Move old version to zeroc-ice-36.
2019-09-06 20:21:09 +03:00