Commit Graph

28 Commits

Author SHA1 Message Date
Tom Hunze
233fa5ec76 ahoviewer: drop
Depends on the deprecated gtk2 via gtkmm2 and the last upstream (beta)
release was in 2021.

Tracking: https://github.com/NixOS/nixpkgs/issues/410814

Closes https://github.com/NixOS/nixpkgs/issues/353067
2026-08-15 00:16:30 +02:00
Fijxu
801111d984 ahk_x11: pin crystal version to crystal_1_19
ahk_x11 has problems running using Crystal >=1.20.0

There is an PR in the ahk_x11 repository that points out this issue: https://github.com/phil294/AHK_X11/pull/127

ahk_x11: Add comment about Crystal 1.19 pinning
2026-07-31 16:42:22 -04:00
Sizhe Zhao
a65616e7c9 ahk_x11: move icon to spec-compliant location 2026-02-21 19:16:15 +08:00
Stefan Frijters
e9a89dbbe1 ahoviewer: move NIX_LDFLAGS into env for structuredAttrs 2026-02-01 22:26:22 +01:00
Fernando Rodrigues
6308c3b213 various: switch to finalAttrs pattern (#483882) 2026-01-30 02:32:49 +00:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
quantenzitrone
233631a84f treewide: remove references to the xorg namespace in pkgs (manual)
this was done manually, fixing the eval and any remaining stuff of the previous commit

together with the previous commit this shouldn't create any rebuilds
2026-01-25 22:28:14 +01:00
Wolfgang Walther
46c0c0eae7 Merge branch 'staging-next' into staging 2025-12-10 18:42:31 +01: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
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Ulysses Zhan
b02faa01c8 ahk_x11: 1.0.6 -> 1.0.7 2025-11-04 09:05:11 -08:00
Guy Chronister
5ca7c1b072 various: migrate rev to tag 2025-09-30 08:51:32 -05:00
Ulysses Zhan
8c17d0e484 ahk_x11: 1.0.5-unstable-2025-09-04 -> 1.0.6 2025-09-13 00:29:45 -07:00
Emily
5d8cb800f4 ahk_x11: 1.0.4-unstable-2025-01-30 -> 1.0.5-unstable-2025-09-04
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com>
2025-09-05 00:30:01 +01:00
R. Ryantm
6f52c4d397 ahoy: 2.4.0 -> 2.5.0 2025-07-26 02:51:21 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Guy Chronister
b3f74569d7 treewide: migrate rev to tag batch 2 2025-06-24 13:24:35 +00:00
liberodark
c6729488de treewide: remove with lib Part 4 2025-06-07 00:48:50 +02:00
emaryn
30ac05c8b2 ahoy: 2.2.0 -> 2.4.0 2025-04-15 23:58:31 +08:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Sigmanificient
670aba9a64 treewide: remove unused arguments 2025-03-13 18:00:11 +01:00
Ulysses Zhan
04c6ab4cf4 ahk_x11: 1.0.4 -> 1.0.4-unstable-2025-01-30; use Crystal 1.11 2025-01-30 12:37:27 -08:00
genga
3328bbbf5d ahoy: init at 2.2.0
ahoy: update meta

ahoy: add passthru script
2024-12-24 19:13:43 +03:00
Arne Keller
785c70e4b4 ahk_x11: init at 1.0.4 (#298173) 2024-12-18 22:03:48 +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
Ulysses Zhan
12fae9cc4d ahk_x11: init at 1.0.4 2024-11-13 22:22:36 -08: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