I have removed myself as maintainer from those packages that:
* Have at least one other maintainer
* Are outside of my actual expertise,
i.e. I wouldn't really know how to fix them if they broke
fix `error: makeWrapper/makeShellWrapper must be in nativeBuildInputs`
The `faust.faust2ApplBase` in used in `faust2sc` + more, requires
changes because it puts all the callPackage arguments in the
`mkDerivation` call and thus causes a eval fail
`nix-eval-jobs --flake ".#legacyPackages.x86_64-linux.pkgsCross.aarch64-multiplatform" --workers 2 2>/dev/null --impure | jq 'select(.error?) | select(.error | match ("makeWrapper/makeShellWrapper"))'
Fixes#244409.
Upstream removed the option to use system freetype library in v4.1.0,
causing the app to crash on systems when the outdated bundled freetype
tries to load the Noto Sans font.
For now, re-add the option ourselves. The fix has been merged upstream,
so we can remove this patch with the next version. In the future, we
may replace the other bundled thirdparty libs with system libs.
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.
Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
* termusic: 0.7.10 -> 0.7.11
* termusic: sort attributes alphabetically, remove `with lib;`
* termusic: fix builds on Darwin
* termusic: fix builds on Darwin
* termusic: fix builds on x86_64 Darwin
* termusic: fix builds on Darwin
* Revert "termusic: fix builds on Darwin"
This reverts commit 90670409e9.
This reverts commit f137ccf109.
* termusic: fix builds on Darwin
* termusic: fix builds on Darwin
---------
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>