Commit Graph

4670 Commits

Author SHA1 Message Date
Ramses
a390ec54d9
qemu: fix strictDeps (#358487) 2024-12-05 20:36:02 +01:00
Pol Dellaiera
5fb97b7ad5
docker-init: init at v1.30.0 (#356191) 2024-12-05 18:49:59 +01:00
Gaétan Lepage
5f5310b145
apptainer: 1.3.5 -> 1.3.6 (#361914) 2024-12-05 18:09:37 +01:00
Ramses
69c07a1590
treewide: adopt/co-maintain some packages (#355700) 2024-12-05 09:29:28 +01:00
Gaetan Lepage
c95a2170ee apptainer: 1.3.5 -> 1.3.6
Diff: https://github.com/apptainer/apptainer/compare/v1.3.5...v1.3.6

Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.6
2024-12-05 01:03:49 +01: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
marchenstar
fa6edb453d virt-manager: Add back gstreamer plugins
Add back gstreamer plugins to virt-manager buildInputs
for spice functionality. This was removed in commit
7c9fe1b04c and causes spice
display to fail on kde with an error, when GST_PLUGINS_PATH is not set.

Error connecting to graphical console:
Error opening SPICE console: Typelib file for namespace 'GstBase', version '1.0' not found
2024-12-03 12:30:24 +05:30
Bastian Asmussen
8acdab9b35
docker-init: init at v1.30.0 2024-12-03 01:15:15 +01:00
Sefa Eyeoglu
d2f5c28d0d
containerd: 1.7.23 -> 2.0.0 (#356618) 2024-12-02 17:19:46 +01:00
Franz Pletz
3ad0927f72
virt-manager: 4.1.0 -> 5.0.0 (#359479) 2024-12-01 21:31:30 +01: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
Franz Pletz
7c9fe1b04c
virt-manager: 4.1.0 -> 5.0.0 2024-11-27 18:57:58 +01:00
AcmeLabRat
2faaf8f428 virtualbox: Fix UI language selection in virtualbox 2024-11-24 23:44:01 +01: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
Fernando Rodrigues
4a972e3115
OVMF: add sigmasquadron as co-maintainer
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-23 20:13:42 -03:00
Olivér Falvai
c7fe0ba1a1
qemu: fix strictDeps
Ref: https://github.com/NixOS/nixpkgs/issues/178468
2024-11-23 17:30:53 +01:00
Wolfgang Walther
89981f1968
singularity: remove deprecated arguments
Those were scheduled for removal in 24.11.
2024-11-22 21:01:53 +01:00
seth
845831e782
docker: only install containerd binaries
Previously this override was broken as it was trying to use `make
install-doc` in a v1 source, while that target was introduced in v2.
This is fixed by only running `make install` for the binaries -- as
documentation is pointless in this build anyways
2024-11-22 14:11:35 -05:00
Pol Dellaiera
ce346ad65f
docker-compose: 2.30.0 -> 2.30.3 (#356765) 2024-11-19 22:56:54 +01:00
Emily
a99e640f0a
lima: fix cross (#356548) 2024-11-18 08:09:38 +00:00
Sebastian Sellmeier
0813984e54
docker-compose: 2.30.0 -> 2.30.3 2024-11-17 18:03:07 +01:00
Stefan Frijters
711b9bd4c8
lima: fix cross
Only try to generate shell completions if the executables can be run
2024-11-16 21:15:51 +01:00
R. Ryantm
de90b990cf crosvm: 129.0 -> 130.0 2024-11-16 19:00:28 +01:00
Kenichi Kamiya
179d274b6e
lima: fix build on Linux 2024-11-15 19:21:48 +09:00
Ihar Hrachyshka
9254e653c1 lima: drop explicit xcbuild dependency 2024-11-13 15:39:11 -05:00
Ihar Hrachyshka
22631622c6 lima: fix vz driver support
Otherwise, a newer lima fails to start a ubuntu VM with the following
error:

```
vm driver 'vz' needs macOS 13 or later (Hint: try recompiling Lima if
you are seeing this error on macOS 13)
```

While _13 would technically work, the virt library they use has
availability checks up to 15:

https://github.com/search?q=repo%3ACode-Hex%2Fvz+available+15&type=code
2024-11-13 15:38:53 -05:00
Ihar Hrachyshka
424c93460b lima: 0.22.0 -> 1.0.1 2024-11-13 15:38:35 -05:00
Nick Cao
74448bc8b1
docker-compose: 2.29.7 -> 2.30.0 (#352342) 2024-11-11 08:22:24 -05:00
Weijia Wang
a96052fe5f virt-manager: disable testCLI0263virt_xml 2024-11-10 01:09:46 +01: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
R. Ryantm
a963e63b6c virter: 0.27.0 -> 0.28.0 2024-11-07 18:13:30 +00:00
Peder Bergebakken Sundt
8318fa9938
crun: 1.18 -> 1.18.2 (#352807) 2024-11-05 21:51:07 +01:00
R. RyanTM
b818e0cbb8
docker-buildx: 0.17.1 -> 0.18.0 (#352575) 2024-11-04 20:25:42 +01:00
Philip Taron
c6585ad007
tart: 2.18.5 -> 2.19.3
Diff: https://github.com/cirruslabs/tart/compare/2.18.5...2.19.3
2024-11-03 20:01:52 -08:00
R. Ryantm
f789130a8b cri-o-unwrapped: 1.31.1 -> 1.31.2 2024-11-03 09:28:25 +00:00
Sefa Eyeoglu
c029983d0d
distrobox: 1.7.2.1 -> 1.8.0 (#351291) 2024-11-02 19:43:57 +01:00
pongo1231
5ebc7e350b distrobox: 1.7.2.1 -> 1.8.0 2024-11-02 16:12:25 +01:00
Emily
567b260afb
virtualbox: restore ability to build with Open Watcom (off by default) (#352914) 2024-11-01 22:17:03 +00:00
Maximilian Bosch
6be9342ea3
Merge: cntr: 1.5.3 -> 1.5.4 (#352517) 2024-11-01 22:40:46 +01:00
Weijia Wang
964ce6aafd
colima: 0.7.5 -> 0.7.6 (#352421) 2024-11-01 20:16:04 +01:00
Julian Stecklina
78ebb34bc8 virtualboxKvm: fix for 7.0.22 2024-11-01 17:58:34 +01:00
Julian Stecklina
7111740cfa Revert "virtualbox: do not use open-watcom-bin"
This reverts commit 67aa62d45f.
2024-11-01 17:20:24 +01:00
Sascha Grunert
78d93a94cb
crun: 1.18 -> 1.18.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-11-01 08:41:23 +01:00
Johannes Jöns
a01836a860
docker-client: change tests to attrset (#350004) 2024-10-31 19:13:02 +01:00
Gaétan Lepage
fc0701b263
apptainer: 1.3.4 -> 1.3.5 (#352568) 2024-10-31 17:58:04 +01:00
Friedrich Altheide
67aa62d45f virtualbox: do not use open-watcom-bin 2024-10-31 14:54:57 +01:00
Gaetan Lepage
8bd33746a4 apptainer: 1.3.4 -> 1.3.5
Diff: https://github.com/apptainer/apptainer/compare/v1.3.4...v1.3.5

Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.5
2024-10-31 09:41:12 +01:00
R. Ryantm
75b3fc6e9b cntr: 1.5.3 -> 1.5.4 2024-10-31 01:52:58 +00:00
R. Ryantm
0e293d4f0e colima: 0.7.5 -> 0.7.6 2024-10-30 17:06:52 +00:00
R. Ryantm
80c3249673 docker-compose: 2.29.7 -> 2.30.0 2024-10-30 10:15:35 +00:00