Commit Graph

32 Commits

Author SHA1 Message Date
Sigmanificient
b0cce19063 ckan: remove gtk2 2026-07-28 12:45:22 +02:00
Clément
5d26766cbf treewide: add missing meta.homepage with source git repository
Added homepage where missing, where the sources are pulled from:
- https://github.com
- https://git.sr.ht
- https://gitlab.com
- https://invent.kde.org
- https://codeberg.org
- https://gitlab.gnome.org
- https://gitlab.freedesktop.org
- https://git.FreeBSD.org
- https://salsa.debian.org
- https://git.tvdr.de
- https://git.suckless.org
2026-06-01 23:40:52 +02:00
R. Ryantm
9d5c51b459 ckan: 1.36.2 -> 1.36.4 2026-05-17 10:52:19 +00:00
Marcin Serwin
794c5d14be maintainers: drop ymarkus
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-04-10 20:19:57 +02:00
Marcin Serwin
59364fb99a maintainers: drop dezgeg
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-22 12:43:51 +01:00
quantenzitrone
2963d88708 various: rename references from libXdmcp to libxdmcp
this shouldn't create any rebuilds
2026-02-06 00:24:47 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
4JX
33f04ffa84 ckb-next: Switch to Qt6
Move to by-name, and temporarily switch to pinning from a commit to solve the build issue.
2026-01-15 23:35:12 +01:00
R. Ryantm
ee2f2e8689 ckan: 1.36.0 -> 1.36.2 2025-12-24 18:48:00 +00: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
R. Ryantm
5de0e19fd4 ckbcomp: 1.240 -> 1.242 2025-09-09 19:04:09 +00:00
Peder Bergebakken Sundt
387c44658f treewide: remove unused ... from package lambdas
located with `rg '^ *\.\.\.$' -tnix -l pkgs | xargs grep @ -L | grep -E '/(default|package)\.nix$'`
2025-08-27 17:40:18 +02:00
Weijia Wang
aec66ff3cb ckbcomp: 1.239 -> 1.240 (#427770) 2025-08-04 11:36:17 -06:00
mivorasu
ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00:00
R. Ryantm
673fd26a58 ckbcomp: 1.239 -> 1.240 2025-07-23 14:38:17 +00:00
mivorasu
1e377fedf7 treewide: strip trailing punctuation from description strings 2025-07-22 19:09:42 +00:00
R. Ryantm
4b477db6b3 ckbcomp: 1.237 -> 1.239 2025-07-05 17:35:01 +00:00
R. Ryantm
a5a392ba60 ckbcomp: 1.236 -> 1.237 2025-05-15 01:13:28 +00:00
NullCube
642dba1ff9 ckan: 1.35.2 -> 1.36.0 2025-04-15 03:23:15 -07:00
NullCube
df05ca5c2a ckan: add passthru.updateScript 2025-04-15 02:15:27 -07:00
R. Ryantm
205ebdcf7e ckbcomp: 1.235 -> 1.236 2025-04-04 23:48:15 +00: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
R. Ryantm
1f0ca5cff5 ckbcomp: 1.234 -> 1.235 2025-03-13 10:02:09 +00:00
R. Ryantm
bc5caaa088 ckbcomp: 1.232 -> 1.234 2025-02-15 08:43:14 +00:00
NullCube
bbfa15a71d ckan: add nullcube to maintainers 2025-02-12 01:49:44 -08:00
Profpatsch
9782af551a ckdl: init at 1.0 2025-01-21 17:51:53 +01:00
NullCube
ba58e46cc7 ckan: Install desktop file and icons 2025-01-01 22:38:37 -08:00
Weijia Wang
82479ecded ckbcomp: 1.231 -> 1.232 (#362389) 2024-12-18 22:53:24 +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
R. Ryantm
0b109d41ef ckbcomp: 1.231 -> 1.232 2024-12-06 12:14:59 +00:00
R. Ryantm
fe568fb6c0 ckan: 1.35.0 -> 1.35.2 2024-11-14 10:09:50 +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