Commit Graph

4 Commits

Author SHA1 Message Date
Alex James
e9a92dee53
scons: add patch to fix builds on sandboxed Darwin
As reported in #335665, derivations using scons currently fail on
sandboxed Darwin due to a permission error[^1]. Include a patch from
upstream to handle PermissionError, which fixes SCons builds on
sandboxed Darwin.

[^1]: https://github.com/NixOS/nixpkgs/pull/335665#issuecomment-2297464441
2024-09-23 16:09:37 -05:00
Wolfgang Walther
5c740315ed
scons: add missing checkTarget in setup hook
The checkTarget variable is explicitly tested before, but not passed to
scons.

This was apparently missed in the initial commit for that setupHook in
#50293.
2024-08-24 12:23:37 +02:00
Wolfgang Walther
4a48b9242c
scons: support structuredAttrs in setup hook
Tested swiften with and without __structuredAttrs.
2024-08-24 12:23:37 +02:00
K900
a1614c9d56 scons: move to by-name, update to 4.7.0, drop all the old versions
This techinically removes the man pages, but that's probably fine?
2024-07-02 17:22:09 +03:00