Commit Graph

13 Commits

Author SHA1 Message Date
Ian Mitchell
9e0033270b sc3-plugins: add pretentiousUsername as maintainer 2026-06-16 14:29:33 -04:00
Ian Mitchell
cfa8792fac supercolliderPlugins: fix FFTW3F-INCLUDE-DIR build error
sc3-plugins requires the `fftw3F` (or `fftw3Float`) package, due to its
UGens utilizing the library. Without including `fftw3Float` in the
`buildInput` variable, sc3-plugins will not compile.
2026-06-13 20:00:41 -04:00
Ian Mitchell
3652bf6182 supercollider: remove spurious comments 2026-06-03 14:36:02 -04:00
Ian Mitchell
2a72e808cd sc3-plugins: 3.13.0 -> 3.14.0
https://github.com/supercollider/sc3-plugins/releases/tag/Version-3.14.0
2026-06-03 14:35:43 -04:00
K900
af3acb941c sc3-plugins: cherry-pick patch to fix build with GCC 15 2025-12-18 15:06:49 +03:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Adam C. Stephens
ca412304be supercolliderPlugins.sc3-plugins: fix cmake 4 build failure 2025-10-08 16:11:07 -04:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Lily Foster
c678743f80 treewide: remove lilyinstarlight 2024-07-02 03:17:01 +02:00
Lily Foster
72094bce63 supercolliderPlugins.sc3-plugins: 3.11.1 → 3.13.0
Mostly minor, see https://github.com/supercollider/sc3-plugins/releases/tag/Version-3.13.0
2023-03-11 21:54:10 -05:00
Lily Foster
fb4b504b00 supercolliderPlugins.sc3-plugins: add updateScript and enable strictDeps 2023-02-17 13:28:44 -05:00
Lily Foster
591754016f supercolliderPlugins.sc3-plugins: init at 3.11.1 2022-04-18 06:00:04 -04:00