Commit Graph

23 Commits

Author SHA1 Message Date
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
TomaSajt
a969291ab1 treewide: use https when meta.homepage redirects to https 2025-06-06 16:32:11 +02:00
Peder Bergebakken Sundt
82bd6b2a78 alloy6: 6.0.0 -> 6.2.0 2025-06-04 17:14:51 +02:00
ch4og
24d77f089e alloy: use bash variable to fix overriding 2025-04-25 14:39:51 +03:00
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Сухарик
a18ceb4215 alloy: add alloy 6 2021-11-12 09:00:18 +03:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Lio李欧
d7c8a477d0 alloy: enable build on Darwin 2020-08-25 09:21:26 -07:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Amin Bandali
f4a7afe471 maintainers: update entry for notbandali (previously aminb) 2020-03-18 20:49:25 -04:00
Сухарик
0850a90fd5 alloy: 5.0.0.1 -> 5.1.0 2019-12-07 19:11:26 +01:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Amin Bandali
4586ff7395 alloy: add alloy5 and take maintainership (#47262)
Add alloy5 (currently, 5.0.0.1), update homepage and downloadPage, and
take maintainership of the package.
2018-09-26 17:46:58 +01:00
Tobias Geerinckx-Rice
0f84673f3d Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Pascal Wittmann
7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Tobias Geerinckx-Rice
158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
8f74b653d2 alloy: remove left-over no-op 2015-05-09 17:40:51 +02:00
Tobias Geerinckx-Rice
e50afd12b7 alloy: use installPhase instead of ./builder.sh
Also pass on any arguments from the shell wrapper to the .jar.
And be less clever with shell strings.
2015-05-09 03:17:33 +02:00
Tobias Geerinckx-Rice
4c5d3f5a71 Add alloy 4.2_2015-02-22: relational modeller 2015-05-09 01:25:59 +02:00