Commit Graph

173 Commits

Author SHA1 Message Date
R. RyanTM
848fe6586f
lock: 1.3.0 -> 1.3.4 (#364295) 2024-12-11 15:51:43 -05: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
Sergei Trofimovich
0675118dbf
lowdown: 1.2.0 -> 1.3.1 (#360988)
lowdown: 1.2.0 -> 1.3.0

Changes:
- https://github.com/kristapsdz/lowdown/releases/tag/VERSION_1_3_0
- https://github.com/kristapsdz/lowdown/releases/tag/VERSION_1_3_1
2024-12-09 23:56:49 -05:00
Jan Tojnar
cb530357bc
Merge GNOME updates 2024-12-07 (#362830) 2024-12-08 16:43:14 +01:00
Bobby Rong
2ba447b765
loupe: 47.1 → 47.2
https://gitlab.gnome.org/GNOME/loupe/-/compare/47.1...47.2
2024-12-08 08:34:59 +08:00
Bobby Rong
45961f32d7
localsearch: 3.8.0 → 3.8.1
https://gitlab.gnome.org/GNOME/localsearch/-/compare/3.8.0...3.8.1
2024-12-08 08:34:58 +08:00
Aleksana
e36bbe793e
lock: 1.2.0 -> 1.3.0 (#361663) 2024-12-06 22:33:16 +08:00
Aleksana
5e9ea2c73c
logrotate: disable acl on non-Linux platforms (#283483) 2024-12-06 08:21:17 +08:00
Nick Cao
2d9f607254
lombok: 1.18.34 -> 1.18.36 (#361829) 2024-12-05 09:10:09 -05:00
Patryk Wychowaniec
7096d05302 logrotate: disable acl on non-Linux platforms
Currently running `nix build nixpkgs#logrotate` on Darwin fails, because
it tries to build `acl`, which is a Linux-only package - since it's an
optional dependency, let's disable it on non-Linux platforms.
2024-12-05 13:14:03 +08:00
34j
d637b85e25
treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
R. Ryantm
296eae7fff lombok: 1.18.34 -> 1.18.36 2024-12-04 18:04:03 +00:00
seth
e510a2b1c9 lock: 1.2.0 -> 1.3.0
Diff: https://github.com/konstantintutsch/Lock/compare/v1.2.0...v1.3.0
2024-12-04 01:02:22 -05:00
Austin Horstman
627fffc9ee
logdy: 0.13.0 -> 0.13.1 (#357746) 2024-12-01 07:46:57 -06:00
Aleksana
8d07d2cae3
lockbook: init at 0.9.15 (#358794) 2024-11-30 21:39:31 +08:00
Sefa Eyeoglu
01c33fb6d7
treewide: add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL (#358620) 2024-11-29 18:48:23 +01:00
parth
9b0e7e5e50 lockbook: init at 0.9.15 2024-11-29 11:39:12 -05:00
R. Ryantm
b98f05ae31 lock: 1.1.3 -> 1.2.0 2024-11-24 13:35:40 +00:00
34j
8ae2932d56 add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL 2024-11-24 13:34:28 +09:00
seth
28c8e79c0d
lock: init at 1.1.3 2024-11-23 09:59:03 -05:00
Pol Dellaiera
467cc1c918
treewide: remove AndersonTorres from some packages' meta.maintainers (#358027) 2024-11-22 14:46:01 +01:00
Anderson Torres
58fe14bdf9 treewide: remove AndersonTorres from some packages' meta.maintainers 2024-11-21 21:24:15 -03:00
liberodark
fb61e646af loudgain: move to by-name 2024-11-21 12:52:49 +01:00
R. Ryantm
87c189e26b logdy: 0.13.0 -> 0.13.1 2024-11-21 02:25:02 +00:00
Peder Bergebakken Sundt
a966d664ca
log4cplus: 2.1.1 -> 2.1.2 (#352543) 2024-11-14 02:40:13 +01:00
Aleksana
9d14072378
localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2024-11-12 10:20:14 +08:00
aucub
606ea3756e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 2024-11-11 16:12:50 +08:00
Sergei Trofimovich
cc2ba7a1d3 log4cplus: 2.1.1 -> 2.1.2
Changes: https://github.com/log4cplus/log4cplus/releases/tag/REL_2_1_2
2024-11-09 22:33:53 +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
Pol Dellaiera
8639bd0a58 loguru: init at 2.1.0-unstable-2023-04-6
Using the unstable version including `cmake` support.
2024-11-07 22:02:20 +01:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Christian Kögler
2223d54d90 local-ai: 2.21.1 -> 2.22.1 2024-11-01 23:14:08 +01:00
Bobby Rong
ad8f55bc45
loupe: 47.0 → 47.1
https://gitlab.gnome.org/GNOME/loupe/-/compare/47.0...47.1
2024-10-31 23:11:54 +08:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
Sandro
e9f50ea2e5
lora: init at v3.005 (#350536) 2024-10-27 22:07:16 +01:00
Olivér Falvai
ffdf1ac76d
lora: init at 3.005 2024-10-27 22:02:48 +01:00
K900
280a9f86c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 09:10:05 +03:00
dr56ekgbb
45266ba25d localsend: 1.15.4-unstable-2024-09-25 -> 1.15.4-unstable-2024-10-26 2024-10-26 22:19:18 +08:00
K900
894462661c Merge branch 'master' into staging-next 2024-10-19 09:09:13 +03:00
Artturin
893fc15eda
LogSeq: Pin electron 27 until upstream is updated (#347293) 2024-10-19 06:00:02 +03:00
K900
47f2d87e32 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-17 09:07:35 +03:00
Aleksana
3a5940b539
localsend: remove absolute path in desktop entry (#348584) 2024-10-17 11:48:50 +08:00
Gavin John
6c4df89bac localsend: Use copyDesktopItems 2024-10-15 11:13:59 -07:00
Vladimír Čunát
8810e738c8
GNOME: 46 → 47 (#333911) 2024-10-15 18:07:04 +02:00
Gavin John
61ea44d292 localsend: remove absolute path in desktop entry
Addresses https://github.com/NixOS/nixpkgs/issues/308324
2024-10-15 00:21:42 -07:00
Tristan Ross
98a18e8bd0
localsend: fix window visibility 2024-10-14 10:20:35 -07:00
Fabián Heredia Montiel
bb657c64e1
localsearch: 3.8.beta → 3.8.0
https://gitlab.gnome.org/GNOME/localsearch/-/compare/3.8.beta...3.8.0

Applied from pull request 343127.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:17 +08:00
Bobby Rong
f765d2b292
loupe: 47.beta → 47.0
https://gitlab.gnome.org/GNOME/loupe/-/compare/47.beta...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:13 +08:00
Bobby Rong
c0a9799ad1
tinysparql: Renamed from tracker
The project renamed in 3.8.

This commit is done by hand.
2024-10-14 20:54:11 +08:00
Bobby Rong
bd9782dc89
localsearch: Renamed from tracker-miners
The project renamed in 3.8.

This commit is done by hand.
2024-10-14 20:54:11 +08:00