Commit Graph

24273 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
Sandro
54baabae77
ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 2024-11-09 10:24:18 +01:00
Austin Horstman
35fba06147
lunatask: 2.0.11 -> 2.0.12 (#353792) 2024-11-08 22:10:36 -06:00
Peder Bergebakken Sundt
dcc6e1558c
nixos/keepassxc: fix test (#353938) 2024-11-09 00:10:04 +01:00
Atemu
8bba3c2d46
bambu-studio: fix build deps (#354265) 2024-11-08 21:08:57 +01:00
Austin Horstman
571c7d9b38
diebahn: 2.7.0 -> 2.7.1 (#354269) 2024-11-08 07:11:02 -06:00
Dmitry Kalinkin
59d2f9da2c
blender: fix build; openvdb_11: init at 11.0.0 (#354095) 2024-11-07 18:11:57 -05:00
Andres Gongora
a224f9267f
Remove slic3r
Signed-off-by: Andres Gongora <mail@andresgongora.com>
2024-11-07 20:55:01 +01:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
Nick Cao
61af34b880
huggle: 3.4.12 -> 3.4.13 (#354172) 2024-11-07 13:14:14 -05:00
Alexander Sieg
af0f979e32 diebahn: 2.7.0 -> 2.7.1
Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/2.7.0...2.7.1

Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.7.1/CHANGELOG.md
2024-11-07 17:46:29 +01:00
Andres Gongora
dc09b1cd37
Fix bambu-studio build deps
Signed-off-by: Andres Gongora <mail@andresgongora.com>
2024-11-07 17:39:45 +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
R. Ryantm
ee21904f1f huggle: 3.4.12 -> 3.4.13 2024-11-07 08:31:54 +00:00
aleksana
f644364e7f nwg-dock-hyprland: move to pkgs/by-name 2024-11-07 12:32:03 +08:00
Jan Tojnar
5bd16585a5
gnome-firmware: 46.0 -> 47.0 (#354031) 2024-11-07 00:06:30 +01:00
Andrew Marshall
33e09c6eea blender: fix build by using openvdb_11
openvdb is now v12, and has many breaking API changes. Upstream has not
yet adapted to them yet, so there is no patch to backport. Further,
OpenVDB 12 is not currently part of the anticipated upstream library
updates for Blender 4.3 or 4.4.
2024-11-06 17:29:45 -05:00
Sefa Eyeoglu
3c5393024b
bambu-studio: remove openvdb override (#354038) 2024-11-06 20:48:07 +01:00
Sefa Eyeoglu
277aa10ad5
bambu-studio: remove openvdb override
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-06 16:37:44 +01:00
r-vdp
e7e4f76aeb
gnome-firmware: move to by-name 2024-11-06 15:52:55 +01:00
r-vdp
06c1ed782d
gnome-firmware: format 2024-11-06 15:52:55 +01:00
Nick Cao
26ed335b9a
pdfsam-basic: 5.2.8 -> 5.2.9 (#353012) 2024-11-06 09:09:07 -05:00
Fabián Heredia Montiel
f4cac4e64b
maintainers: remove ianmjones (#353908) 2024-11-05 23:51:15 -06:00
amesgen
c8c430ecf9
keepassxc: prevent deadlock with just one core
See https://github.com/keepassxreboot/keepassxc/issues/10391

An alternative would be to set

    virtualisation.cores = 2;

in the keepassxc nixos test.
2024-11-06 01:59:56 +01:00
Artturin
b37f2c3a94
orca-slicer: 2.1.1 -> 2.2.0 (#352156) 2024-11-06 01:48:29 +02:00
Nick Cao
9153aa8340
goldendict-ng: 24.09.0 -> 24.09.1 (#353721) 2024-11-05 17:31:55 -05:00
Nick Cao
0cefb2ee7c
upwork: 5.8.0.33 -> 5.8.0.35 (#353736) 2024-11-05 17:02:06 -05:00
Ian M. Jones
232ece2599
maintainers: remove ianmjones 2024-11-05 20:47:26 +00:00
zi3m5f
9de71c61f5
lunatask: move to pkgs/by-name 2024-11-05 11:45:48 +01:00
zi3m5f
00a0b29d98
lunatask: nixfmt 2024-11-05 09:39:30 +01:00
Aleksana
aa689c679c
dialect: 2.4.2 -> 2.5.0 (#353294)
* dialect: move to pkgs/by-name

* dialect: 2.4.2 -> 2.5.0

Diff: https://github.com/dialect-app/dialect/compare/2.4.2...2.5.0
2024-11-05 05:42:41 +01:00
kyler
c9c80336d4 upwork: 5.8.0.33 -> 5.8.0.35 2024-11-04 19:15:28 -05:00
shenleban tongying
9904e23966 goldendict-ng: 24.09.0 -> 24.09.1 2024-11-04 17:16:24 -05:00
Philip Taron
6d3cc74221
spnavcfg: add X11 to the build inputs 2024-11-04 09:30:31 -08:00
Philip Taron
2b12f69e85
spacenavd: resolve merge conflicts and address PR feedback 2024-11-04 09:02:39 -08:00
Sandro
7c7453a8dd
ArchiSteamFarm: 6.0.7.5 -> 6.0.8.7 (#353191) 2024-11-04 11:33:32 +01:00
Tobias Mayer
efd6331c95 pytrainer: unpin python 3.10
The `websockets` library, which is a transitive dependency does not
build with Python 3.10 any more. Switching to the default Python
version fixes the build.
2024-11-04 09:53:36 +01:00
Weijia Wang
cedb10cd1f
valent: 1.0.0.alpha.46 -> 1.0.0.alpha.46-unstable-2024-10-26 (#352892) 2024-11-03 16:23:56 +01:00
Weijia Wang
cb0e3e2e17
notesnook: 3.0.16 -> 3.0.19 (#345211) 2024-11-03 05:20:00 +01:00
Aleksana
c0314ccf85
toot: 0.42.0 -> 0.45.0 (#352361) 2024-11-03 11:27:55 +08:00
Sandro Jäckel
7e8a5d5e08
ArchiSteamFarm: 6.0.7.5 -> 6.0.8.7 2024-11-02 19:05:30 +01:00
Weijia Wang
b971d88c58
lyx: 2.4.1 -> 2.4.2.1 (#349265) 2024-11-02 17:53:00 +01:00
R. Ryantm
7f3ce4934c notesnook: 3.0.16 -> 3.0.19 2024-11-02 16:38:07 +01:00
Artturin
aa00c218d4
comodoro: update homepage (#314443) 2024-11-02 17:13:09 +02:00
aleksana
3283d8742c toot: move to pkgs/by-name 2024-11-02 16:09:21 +08:00
Sandro Jäckel
b9e3b9dbb2
ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 2024-11-02 03:41:22 +01:00
R. Ryantm
c12e8152ea pdfsam-basic: 5.2.8 -> 5.2.9 2024-11-01 22:37:20 +00:00
Weijia Wang
954c49aa1c xca: fix darwin build 2024-11-01 18:16:24 +01:00
R. Ryantm
2da5697d50 xca: 2.7.0 -> 2.8.0 2024-11-01 18:01:02 +01:00
Aleksana
90bf9335af
glom: fix build (#346684) 2024-11-02 00:38:52 +08:00