Commit Graph

59 Commits

Author SHA1 Message Date
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
Bobby Rong
959fc90712
GNOME updates 2024-11-02 (#353154) 2024-11-05 20:39:01 +08:00
R. Ryantm
0cef8e3f95 ord: 0.20.1 -> 0.21.2 2024-11-03 12:41:52 +00:00
Bobby Rong
17618f4547
orca: 47.0 → 47.1
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_47_0...ORCA_47_1
2024-11-02 16:27:11 +08:00
github-actions[bot]
c89d3d9070
Merge master into staging-next 2024-10-31 00:14:46 +00:00
Nikolay Korotkiy
9fff0316ce
orbiton: 2.65.12 → 2.67.1 (#350304) 2024-10-31 00:43:10 +04:00
Nikolay Korotkiy
42f519ea73
orbiton: 2.65.12 → 2.67.1 2024-10-26 12:51:20 +04:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
R. Ryantm
5534d77dbc orchard: 0.24.0 -> 0.24.1 2024-10-20 07:13:59 +00:00
Fabián Heredia Montiel
283ba1fdcf
orca: 47.alpha → 47.0
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_47_ALPHA...ORCA_47_0

Applied from pull request 343127.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:17 +08:00
Bobby Rong
ae7dcafe08
orca: 46.2 → 47.alpha
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_46_2...ORCA_47_ALPHA

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:46:05 +08:00
R. Ryantm
f625fac9c1 ord: 0.20.0 -> 0.20.1 2024-10-04 05:47:28 +00:00
R. Ryantm
6b4456a95b orchard: 0.23.2 -> 0.24.0 2024-09-28 03:14:33 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. RyanTM
658e722319
orchard: 0.23.0 -> 0.23.2 (#342376) 2024-09-17 14:38:52 +00:00
R. Ryantm
fc3e4ab52a orchard: 0.22.1 -> 0.23.0 2024-09-06 01:27:44 +00:00
R. Ryantm
0bd7631741 ord: 0.19.1 -> 0.20.0 2024-09-04 04:16:02 +00:00
R. Ryantm
ad608df0ba orchard: 0.22.0 -> 0.22.1 2024-08-22 03:21:58 +00:00
K900
8e7a098243 speechd: introduce minimal variant, use it everywhere 2024-07-26 15:48:11 +03:00
R. Ryantm
127b8c3e7e ord: 0.19.0 -> 0.19.1 2024-07-22 03:26:09 +00:00
Wael Nasreddine
eb0f74b878
Merge pull request #325973 from kirillrdy/unpin-go
[treewide] unpin buildGoModule
2024-07-11 22:48:10 -07:00
Weijia Wang
755cadf063
Merge pull request #326077 from r-ryantm/auto-update/orchard
orchard: 0.21.0 -> 0.22.0
2024-07-11 11:26:01 +02:00
R. Ryantm
806b01f39f orchard: 0.21.0 -> 0.22.0 2024-07-10 09:44:16 +00:00
R. Ryantm
a9e8c44ac4 ord: 0.18.5 -> 0.19.0 2024-07-10 01:34:29 +00:00
Kirill Radzikhovskyy
8348371ae1 orbiton: unpin buildGoModule 2024-07-10 10:57:11 +10:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Jan Tojnar
35a90c3f3d
Merge pull request #324341 from bobby285271/upd/gnome
GNOME updates 2024-07-03
2024-07-05 22:46:46 +02:00
Bobby Rong
7cb770e70b
orca: 46.1 → 46.2
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_46_1...ORCA_46_2
2024-07-05 01:01:19 +08:00
R. Ryantm
f2c248d818 orchard: 0.20.0 -> 0.21.0 2024-07-02 18:18:22 +00:00
R. Ryantm
11a563d226 orchard: 0.19.1 -> 0.20.0 2024-06-27 05:06:20 +00:00
Nick Cao
a022cbd826
Merge pull request #321248 from r-ryantm/auto-update/orchard
orchard: 0.19.0 -> 0.19.1
2024-06-20 16:36:10 -04:00
Aleksana
8c3cca6eae
Merge pull request #319338 from xrelkd/add/ord
ord: init at 0.18.5
2024-06-20 22:37:02 +08:00
R. Ryantm
91d86ebe20 orchard: 0.19.0 -> 0.19.1 2024-06-20 12:30:12 +00:00
Weijia Wang
73094fa72b
Merge pull request #319197 from r-ryantm/auto-update/orchard
orchard: 0.18.0 -> 0.19.0
2024-06-18 10:29:09 +02:00
Nikolay Korotkiy
04ed83be0a
orbiton: migrate to by-name 2024-06-17 18:00:30 +04:00
xrelkd
a212ec08b8
ord: init at 0.18.5 2024-06-14 00:45:53 +08:00
R. Ryantm
7d67170ca9 orchard: 0.18.0 -> 0.19.0 2024-06-12 01:57:21 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
R. Ryantm
823a6593f0 orchard: 0.17.0 -> 0.18.0 2024-04-30 02:46:06 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Bobby Rong
5c70aa0b68
orca: 45.2 → 46.1
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_45_2...ORCA_46_1

Regenerated the fix-paths.patch by searching usages of `subprocess`.

Port to meson.

No more pyatspi.
1c496c9ada

Move to by-name and use pkgs.callPackage so we don't have to write another
`inherit (pkgs.buildPackages) meson;`.

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:51 +02:00
R. Ryantm
bd2a81c740 orchard: 0.16.1 -> 0.17.0 2024-04-18 02:50:58 +00:00
R. Ryantm
02e7dd1b6a orchard: 0.16.0 -> 0.16.1 2024-04-12 13:27:37 +00:00
R. Ryantm
3ddd90d476 orchard: 0.15.2 -> 0.16.0 2024-04-04 13:29:43 +00:00
R. Ryantm
e9019b3eb3 orchard: 0.15.1 -> 0.15.2 2024-03-26 08:45:27 +00:00
R. Ryantm
f24b133048 ory: 0.3.2 -> 0.3.4 2024-02-11 10:04:21 +00:00
R. Ryantm
9ce7572836 orchard: 0.15.0 -> 0.15.1 2024-02-06 06:02:59 +00:00
R. Ryantm
4be4235e35 ory: 0.3.1 -> 0.3.2 2024-01-31 06:31:48 +00:00
a-n-n-a-l-e-e
35b678d03a
Merge pull request #281774 from nicolas-goudry/update-ory-cli
ory: 0.2.2 -> 0.3.1
2024-01-19 13:25:30 -08:00