Commit Graph

40 Commits

Author SHA1 Message Date
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
Aleksana
4e20984e9f
electron-fiddle: fix fhsenv version (#363165) 2024-12-09 11:13:21 +08:00
Felix Buehler
45bb6b2dfe electron-fiddle: fix fhsenv version 2024-12-08 12:08:57 +01:00
lassulus
8ba7a98270
element-call: 0.6.3 -> 0.7.1 (#361044) 2024-12-05 18:01:25 +01:00
teutat3s
95b9717726
element-call: 0.6.3 -> 0.7.1
Diff: https://github.com/element-hq/element-call/compare/v0.6.3...v0.7.1
2024-12-02 11:23:01 +01:00
Anderson Torres
e7387f290c treewide: remove AndersonTorres from maintainers 2024-11-28 21:12:42 -03:00
R. Ryantm
12d0488c88 elasticsearch-curator: 8.0.16 -> 8.0.17 2024-11-15 20:34:30 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
4f2e77a94e elektroid: 3.0.1 -> 3.1 2024-10-07 01:21:10 +00:00
Anderson Torres
1fec673f11 elvis: modernize
- finalAttrs
- extra download place
- name for the patch
- --replace-fail
- use installShellFiles
- more meta info
2024-09-19 22:00:06 -03:00
Anderson Torres
bd780a5040 elvis: migrate to by-name 2024-09-19 22:00:02 -03:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
lelgenio
4fc37e1925 element-call: use yarnInstallHook 2024-09-04 11:15:47 -03:00
Emily
850d4975d6 element-call: 0.5.16 -> 0.6.3
Removes the bundled libolm.
2024-09-03 03:44:51 +01:00
Fabian Affolter
30d5ef6576 elasticsearch-curator: 8.0.15 -> 8.0.16
Diff: https://github.com/elastic/curator/compare/refs/tags/v8.0.15...v8.0.16

Changelog: https://github.com/elastic/curator/releases/tag/v8.0.16
2024-08-17 10:00:02 +02:00
Emily
eb9dbcd4e1
Merge pull request #334638 from emilazy/push-twxurolyowvm
olm: mark as vulnerable
2024-08-16 20:04:09 +01:00
Emily
bbfd5d1085 {cinny-unwrapped,element-call,fluffychat,jitsi-meet}: inherit vulnerabilities from olm
These vendor the libolm code.
2024-08-16 17:34:49 +01:00
R. Ryantm
3a86a88d01 elvish: 0.20.1 -> 0.21.0 2024-08-15 00:40:12 +00:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
github-actions[bot]
b66506a79e
Merge staging-next into staging 2024-07-12 12:01:44 +00:00
Doron Behar
deace1dcd7 element-call: use yarn{Config,Build}Hook instead of mkYarnPackage 2024-07-10 09:39:06 +03:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sandro
82d00c4e36
Merge pull request #300966 from kilimnik/element-call
element-call: init at 0.5.16; lk-jwt-service: init at main
2024-05-26 21:37:25 +02:00
Daniel Kilimnik
200a4b3a10 element-call: init at 0.5.16 2024-05-25 13:11:37 +02:00
Fabian Affolter
dcd42c5896 elasticsearch-curator: format with nixfmt 2024-04-11 15:24:53 +02:00
Fabian Affolter
1d5c336aa6 elasticsearch-curator: 8.0.12 -> 8.0.15
Diff: https://github.com/elastic/curator/compare/refs/tags/v8.0.12...v8.0.15

Changelog: https://github.com/elastic/curator/releases/tag/v8.0.15
2024-04-11 15:24:38 +02:00
Anthony Roussel
2ac8d67212
elasticsearch-curator: move to by-name 2024-03-24 12:11:28 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fernando Ayats
9f9670c142 elf-info: init at 0.3.0 2024-02-27 09:40:27 +01:00
R. Ryantm
f5f56791e9 elvish: 0.20.0 -> 0.20.1 2024-02-15 15:29:04 +00:00
R. Ryantm
b3f1b0d4c2 elvish: 0.19.2 -> 0.20.0 2024-02-13 14:23:41 +01:00
R. Ryantm
52b6b9051a elektroid: 3.0 -> 3.0.1 2024-01-30 15:31:31 +00:00
Weijia Wang
26ab3c9b8c
Merge pull request #282279 from r-ryantm/auto-update/elektroid
elektroid: 2.5.2 -> 3.0
2024-01-27 19:53:54 +01:00
R. Ryantm
9849089656 elektroid: 2.5.2 -> 3.0 2024-01-20 09:21:21 +00:00
marble
adbb849cd1 elf2nucleus: init at 0.1.0 2024-01-20 09:41:55 +01:00
Andrew Bruce
39d16c0d30 elektroid: move to name-based directory package 2024-01-03 10:17:50 +00:00
Anderson Torres
c3f4c7f54c elvish: refactor
- move installCheck to passthru.tests
- migrate to by-name
2023-09-19 00:02:22 -03:00