nixpkgs/pkgs/development/compilers/cakelisp
Sergei Trofimovich 803a0617a7 cakelisp: 0.1.0 -> 0.3.0-unstable-2023-12-18
The main change is the fix against `gcc-13` build failure:
https://hydra.nixos.org/build/247544946

    src/Utilities.hpp:84:46: error: 'uint32_t' has not been declared
       84 | void crc32(const void* data, size_t n_bytes, uint32_t* crc);
          |                                              ^~~~~~~~

Pulling unstable as latets release still does not build against `gcc-13`.

Co-authored-by: kirillrdy <kirillrdy@gmail.com>
2024-02-03 07:11:32 +00:00
..
default.nix cakelisp: 0.1.0 -> 0.3.0-unstable-2023-12-18 2024-02-03 07:11:32 +00:00