Commit Graph

12 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
292cfd4fcc cakelisp: 0.3.0-unstable-2024-04-18 -> 0.3.0-unstable-2024-04-25 2024-04-27 05:18:58 +02:00
R. Ryantm
23e8ad4cee cakelisp: 0.3.0-unstable-2024-04-01 -> 0.3.0-unstable-2024-04-18 2024-04-21 00:12:38 +02:00
R. Ryantm
46397933b3 cakelisp: 0.3.0-unstable-2024-03-21 -> 0.3.0-unstable-2024-04-01 2024-04-08 02:17:57 +02:00
R. Ryantm
556a1d83f7 cakelisp: 0.3.0-unstable-2024-02-21 -> 0.3.0-unstable-2024-03-21 2024-04-01 00:24:21 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
d6f3d1804c cakelisp: 0.3.0-unstable-2023-12-18 -> 0.3.0-unstable-2024-02-21 2024-03-09 21:55:31 +01:00
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
Daniel Nagy
0542751e1d
cakelisp: update upstream url 2023-05-16 11:30:00 +02:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Ben Siraphob
acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
sbond75
805788f40a cakelisp: init at 0.1.0 2021-01-04 22:28:11 -05:00