Commit Graph

379 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
edb362d56f airshipper: remove unused input 2026-08-14 00:45:58 +02:00
Peder Bergebakken Sundt
52d833638a airshipper: make patchVoxygen, patchServer and runtimeLibs overrideable 2026-08-14 00:44:43 +02:00
Peder Bergebakken Sundt
855542ab36 airshipper: migrate to finalAttrs 2026-08-14 00:39:46 +02:00
Youser Nayme
bdb96af538 airshipper: update dependencies
Some old dependencies no longer needed, some added. Setting the
LD_LIBRARY_PATH was redundant with the binary patching solution, though
without it we must patchelf the airshipper binary as well.
2026-08-13 18:46:39 +00:00
Youser Nayme
a826a5fe5c airshipper: fix binary patchers
The patcher was split in two for the 0.17.0 release. The package was
updated without human intervention, so it has been broken for the last 8
months.
2026-08-12 16:56:03 +00:00
whispers
c7404c9232 libappindicator-gtk3: make alias for libappindicator 2026-08-10 23:03:31 -04:00
R. Ryantm
89d4cdc267 airwindows: 0-unstable-2026-07-19 -> 0-unstable-2026-08-02 2026-08-09 23:04:09 +00:00
R. Ryantm
f2154edcc6 air: 1.67.3 -> 1.67.4 2026-08-05 15:08:14 +00:00
nixpkgs-ci[bot]
ac8151f746 airwindows: 0-unstable-2026-05-02 -> 0-unstable-2026-07-19 (#519677) 2026-07-31 13:50:24 +00:00
R. Ryantm
524e1c6d4c air: 1.66.0 -> 1.67.3 2026-07-27 10:20:50 +00:00
Doron Behar
6510f521d2 airspyhf: 1.6.8-unstable-2025-07-12 -> 1.8.1 2026-07-24 09:36:33 +03:00
R. Ryantm
06ba43ca20 airwindows: 0-unstable-2026-05-02 -> 0-unstable-2026-07-19 2026-07-22 14:36:19 +00:00
Gaetan Lepage
1a5a4c38e9 air-formatter: 0.10.0 -> 0.11.0
Diff: https://github.com/posit-dev/air/compare/0.10.0...0.11.0

Changelog: https://github.com/posit-dev/air/blob/0.11.0/CHANGELOG.md
2026-07-21 18:48:13 +00:00
R. Ryantm
a061ef25d5 air: 1.65.3 -> 1.66.0 2026-07-18 06:19:42 +00:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
oliwia
c6914f42d8 air-formatter: add shell completions 2026-07-02 00:18:04 +02:00
Peder Bergebakken Sundt
2a7f91eaf5 treewide: follow some GitHub redirects for fetchFromGitHub (#526007) 2026-06-30 21:03:34 +00:00
2kybe3
fb0d1a7cd3 treewide: follow some GitHub redirects for fetchFromGitHub 2026-06-30 22:37:21 +02:00
R. Ryantm
fcac5ef0e0 aiken: 1.1.22 -> 1.1.23 2026-06-26 20:33:20 +00:00
Gaetan Lepage
31bbdb868c air-formatter: fix build 2026-06-24 20:44:20 +00:00
Gaetan Lepage
5f9edd48e7 air-formatter: 0.9.0 -> 0.10.0
Diff: https://github.com/posit-dev/air/compare/0.9.0...0.10.0

Changelog: https://github.com/posit-dev/air/blob/0.10.0/CHANGELOG.md
2026-06-19 19:51:47 +00:00
R. Ryantm
af41cc496e airwindows-lv2: 36.0 -> 38.0 2026-06-11 01:40:05 +00:00
Sandro
8350d22b81 libgcc: replace usage of libgcc.lib with libgcc (#515911) 2026-06-10 00:37:57 +00:00
nixpkgs-ci[bot]
abb75341d8 aiken: 1.1.21 -> 1.1.22 (#520531) 2026-06-09 16:11:16 +00:00
Harinn
cdcdaafe9a air: add miniharinn as maintainer 2026-06-07 20:14:20 +07:00
Guy Chronister
b60dbaeb12 aixlog: migrate to finalAttrs
Assisted-by: Cursor Composer 2.5
2026-06-03 13:58:05 -05: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
69efc45299 air: 1.65.2 -> 1.65.3 2026-05-26 11:18:29 +00:00
eymeric
7a0415116e libgcc: replace usage of libgcc.lib with libgcc 2026-05-22 11:14:06 +02:00
Arnar Gauti Ingason
d02c939bfc aider-chat: add missing rsa dependency to fix build 2026-05-21 20:01:32 +02:00
R. Ryantm
bf5ed32a98 air: 1.65.1 -> 1.65.2 2026-05-18 06:53:08 +00:00
R. Ryantm
92befa42b6 aiken: 1.1.21 -> 1.1.22 2026-05-15 15:45:13 +00:00
Sandesh
14a335e23c aileron: use installFonts hook
Part of #495640
2026-05-10 04:30:21 +05:30
R. Ryantm
ab33d480e5 airwindows: 0-unstable-2026-04-24 -> 0-unstable-2026-05-02 2026-05-04 16:47:25 +00:00
Peder Bergebakken Sundt
1d9005977f various: switch from replace to replace-fail (#512135) 2026-05-01 14:14:15 +00:00
R. Ryantm
915df391b1 airwindows: 0-unstable-2026-04-11 -> 0-unstable-2026-04-24 2026-04-26 02:34:46 +00:00
Robert Schütz
de72fdbbc1 aider-chat: use Python 3.13
According to https://github.com/Aider-AI/aider/issues/3037 only
dependencies are an obstacle to Python 3.13 support, but our Python
package set fully supports Python 3.13.
The AUR package also uses Arch's default Python version.
2026-04-23 20:14:40 -07:00
Guy Chronister
4a2e789430 airspy: switch to replace-fail 2026-04-22 08:13:55 -05:00
R. Ryantm
d4aaf5af47 airwindows: 0-unstable-2026-04-04 -> 0-unstable-2026-04-11 2026-04-17 14:20:33 +00:00
ccicnce113424
57ef295d60 treewide: fix icon by moving to valid path 2026-04-16 11:29:23 +08:00
R. Ryantm
744084a69e air: 1.65.0 -> 1.65.1 2026-04-13 08:45:28 +00:00
Yohann Boniface
bbb34a5c50 maintainers: drop Gonzih (#506650) 2026-04-11 16:01:22 +00:00
R. Ryantm
41788f370c airwindows: 0-unstable-2026-04-01 -> 0-unstable-2026-04-04 2026-04-09 16:30:59 +00:00
Yt
079adbf2af python3Packages.tree-sitter-language-pack: 0.13.0 -> 1.4.1 (#503590) 2026-04-06 11:40:35 +00:00
nixpkgs-ci[bot]
dcfb7df80a airwindows: 0-unstable-2026-03-14 -> 0-unstable-2026-04-01 (#502488) 2026-04-06 05:58:18 +00:00
Zexin Yuan
e0611dbc87 aider-chat: unbroken 2026-04-06 10:50:39 +08:00
R. Ryantm
9ae6bfb589 air: 1.64.5 -> 1.65.0 2026-04-05 14:46:42 +00:00
Marcin Serwin
94690a55f2 maintainers: drop Gonzih
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-04-04 16:57:03 +02:00