Commit Graph

7 Commits

Author SHA1 Message Date
Emily
05ccba8cee ninja_1_11: init at 1.11.1
Swift 5.8 doesn’t reliably build with Ninja 1.12, and apparently
neither do old versions of ROCm, due to a build scheduling change
breaking builds with undeclared dependencies. Upstream Swift have
pinned 1.11 for now.

Reintroducing it isn’t a good long‐term solution, but seems
like the easiest way to avoid shipping 24.11 with a broken Swift
on Darwin. The patch for 32‐bit systems has not been restored,
as Swift doesn’t support them anyway.
2024-11-08 03:56:29 +00:00
Wolfgang Walther
1efcffa700
stdenv: support default values in concatTo
The previously used pattern was introduced in #318614, but technically
leaked the default flags into the global scope. While this would
probably not make much of a practical difference, making concatTo
support default values is a much cleaner approach.
2024-08-24 12:23:35 +02:00
Wolfgang Walther
4b45acf529
ninja: shellcheck setup hook 2024-08-03 12:56:07 +02:00
Wolfgang Walther
7752cea66c
ninja: support structuredAttrs in setup hook
Tested clasp-common-lisp with and without __structuredAttrs.
2024-08-03 12:56:07 +02:00
John Titor
c0bb6f9c81
ninja: 1.12.0 -> 1.12.1
add nix-update-script
move to finalAttrs
2024-05-13 11:38:51 +05:30
John Titor
4852dc6479
ninja: 1.11.1 -> 1.12.0
Remove patch for files in large fs, since it is merged to v1.12.0
2024-05-13 11:33:07 +05:30
John Titor
493d74ef4a
ninja: migrate to pkgs/by-name 2024-05-13 11:33:07 +05:30