Commit Graph

2628 Commits

Author SHA1 Message Date
R. Ryantm
2b6cb18901 x11docker: 7.1.1 -> 7.1.3 2022-03-13 02:48:24 +00:00
Sandro
454d185d37
Merge pull request #163937 from SuperSandro2000/firecracker 2022-03-13 03:08:25 +01:00
techknowlogick
82ad78ca03
flintlock: init at 0.1.0-alpha.9 (#163625)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-13 02:01:25 +01:00
Jeremy Kolb
cfb4092871
open-vm-tools: 11.3.5 -> 12.0.0 (#163685)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-13 02:01:14 +01:00
Sandro
b6a95da093
firecracker: fix aarch64 sha 2022-03-13 02:00:37 +01:00
github-actions[bot]
0f057a8d26
Merge master into haskell-updates 2022-03-13 00:11:01 +00:00
Bernardo Meurer
d713f47b99
virt-manager: compile gsettings schemas 2022-03-12 14:13:37 -08:00
Bernardo Meurer
a75d0a2fa6
virt-manager: disable tests that rely on unfiltered sgio 2022-03-12 13:39:20 -08:00
Ryan Mulligan
dbf8c04bc5
Merge pull request #163773 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.7.1 -> 0.8.0
2022-03-12 14:00:32 -06:00
zowoq
a599e10c49 lima: 0.8.3 -> 0.9.0
https://github.com/lima-vm/lima/releases/tag/v0.9.0
2022-03-12 21:49:51 +10:00
R. Ryantm
c8081af93f docker-buildx: 0.7.1 -> 0.8.0 2022-03-12 06:35:37 +00:00
Bernardo Meurer
b46d276bbe
virt-manager: 3.2.0 -> 4.0.0 2022-03-11 16:15:32 -08:00
Robert Hensing
c2c0e150da arion: Fix name-setting patch
"Cabal"'s pname must be original for edited cabal file fetching
to work.
2022-03-11 17:28:28 +01:00
Will Cohen
b20f90e940 qemu: backport 9p-darwin to v6.2.0 2022-03-10 00:03:14 +00:00
Alyssa Ross
36a211e1ee cloud-hypervisor: 21.0 -> 22.0 2022-03-09 23:54:39 +00:00
Bobby Rong
3c54f634f0
Merge pull request #163250 from r-ryantm/auto-update/colima
colima: 0.3.3 -> 0.3.4
2022-03-08 16:21:40 +08:00
Bobby Rong
d3a37786fb
Merge pull request #162413 from r-ryantm/auto-update/x11docker
x11docker: 7.1.0 -> 7.1.1
2022-03-08 15:26:20 +08:00
R. Ryantm
2518644ff6 colima: 0.3.3 -> 0.3.4 2022-03-08 03:26:24 +00:00
R. Ryantm
8ec0f86345 docker-compose_2: 2.2.3 -> 2.3.0 2022-03-05 16:42:49 +00:00
Vladimír Čunát
134668df81
Merge #158849: looking-glass-client: disable native optimizations 2022-03-05 07:51:09 +01:00
Anderson Torres
856b1f7bdc
Merge pull request #160251 from AtilaSaraiva/distrobox
distrobox: init at 1.2.13
2022-03-05 01:27:55 -03:00
Átila Saraiva
c2fc98a4aa distrobox: init at 1.2.13 2022-03-04 23:42:07 -03:00
Alyssa Ross
c738e61a94 qemu: put virtiofsd in bin/
According to the QEMU documentation, virtiofsd is supposed to be run
directly by users.  It therefore makes sense to have it in bin/, so it
will be in PATH.  Such a change wouldn't make sense upstream, because
it would then conflict with the virtiofsd package, which is generally
preferred if available.  But in Nixpkgs, we don't have to worry about
that and can just make QEMU's virtiofsd a lower priority than the one
from the dedicated package.

[1]: https://qemu.readthedocs.io/en/latest/tools/virtiofsd.html

Fixes: https://github.com/NixOS/nixpkgs/issues/113172 ("QEmu: virtiofsd prone to be garbage collected.")
Fixes: https://github.com/NixOS/nixpkgs/pull/153007 ("nixos/libvirtd: add ${cfg.qemu.package}/libexec to PATH")
2022-03-04 12:42:08 +00:00
Sandro
3cb0a2620d
Merge pull request #162589 from felixsinger/update/pkgs/seabios 2022-03-04 12:24:06 +01:00
zowoq
b80a39b91b podman: ensure paths exist for the wrapper 2022-03-04 18:57:08 +10:00
Matthias Treydte
38cf6fea69 qemu: fix qemu.ga including qemu in it's closure
The qemu-ga binary is already moved to a separate
output but still depends on qemu, adding about
600MiB to it's closure.

The command "strings qemu-ga" reveals that something
like

/nix/store/bqgpvv5qrpb741swczqk3lrdm5gzaqx2-qemu-host-cpu-only-6.2.0/bin

is contained, causing this false positive. So use
remove-references-to to reduce the closure to about
600KiB.
2022-03-03 21:37:25 +00:00
zowoq
c5df8a40a5 containerd: 1.6.0 -> 1.6.1
https://github.com/containerd/containerd/releases/tag/v1.6.1
2022-03-04 00:01:16 +10:00
Sascha Grunert
7ec2c0f276 crun: 1.4.2 -> 1.4.3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-03-03 21:28:01 +10:00
zowoq
e1f1924a20 podman: 4.0.1 -> 4.0.2
https://github.com/containers/podman/releases/tag/v4.0.2
2022-03-03 19:03:16 +10:00
Felix Singer
beff757960 seabios: 1.15.0 -> 1.16.0
Update SeaBIOS to version 1.16.0. Also, use the git repository as
source, since the release was tagged and announced, but no release
tarball was published.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-03-03 08:48:59 +01:00
zowoq
676678f23f podman: add darwin wrapper and wrap gvproxy 2022-03-02 09:16:47 +10:00
R. Ryantm
3c778d442d x11docker: 7.1.0 -> 7.1.1 2022-03-01 19:07:32 +00:00
R. Ryantm
cd70dfb512 docker-slim: 1.37.3 -> 1.37.4 2022-03-01 04:17:12 +00:00
R. Ryantm
8af32947b4 firecracker: 0.25.2 -> 1.0.0 2022-02-25 11:02:29 -08:00
zowoq
4ee1f9eafc podman: 3.4.4 -> 4.0.1
https://github.com/containers/podman/releases/tag/v4.0.0
https://github.com/containers/podman/releases/tag/v4.0.1

- wrap helper binaries via CONTAINERS_HELPER_BINARY_DIR
2022-02-25 19:09:29 +10:00
Jan Tojnar
8eb1922f64
Merge pull request #161101 from jtojnar/libgovirt-cleanup
libgovirt: clean up
2022-02-21 15:57:10 +01:00
Jan Tojnar
e70d829bdb libgovirt: clean up
- Split outputs to prevent closure contamination with propagated dependencies’ dev outputs.
- Use mirror URL.
- Add update script (also change source URL so it can be auto-updated).
- Correct dependencies:
  - Even though glib is propagated by other dependencies, let’s add it here as well for completeness.
  - libsoup should not need to be propagated.
- Add gobject-introspection (on by default with meson).
- Use correct non-deprecated license.
- Reduce scope of lib.

Ideally, we would also switch to Meson but it currently specifies dependencies incorrectly:
https://gitlab.gnome.org/GNOME/libgovirt/-/merge_requests/15
2022-02-21 08:22:43 +01:00
R. Ryantm
2b4dbfc4ca lima: 0.8.2 -> 0.8.3 2022-02-21 12:20:02 +10:00
7c6f434c
4870e97e9d
Merge pull request #160074 from amarshall/virt-viewer-11
virt-viewer: 9.0 -> 11; libgovirt: init at 0.3.8
2022-02-20 10:48:04 +00:00
zowoq
baa564361f containerd: add maintainer 2022-02-20 10:48:12 +10:00
Mario Rodas
d2f06207d2
Merge pull request #159970 from r-ryantm/auto-update/x11docker
x11docker: 7.0.1 -> 7.1.0
2022-02-19 15:31:02 -05:00
Robert Scott
b0cb215474
Merge pull request #144946 from risicle/ris-qemu-tests
qemu: enable some basic tests
2022-02-19 15:25:18 +00:00
R. Ryantm
ae3fc71834 colima: 0.3.2 -> 0.3.3 2022-02-18 19:30:10 +10:00
Anderson Torres
49e534cf3b
Merge pull request #160165 from AndersonTorres/new-rars
Emulators upgrades and refactors
2022-02-16 20:47:47 -03:00
zowoq
27c29776a4 containerd: remove broken manual
`make man` build dependencies aren't included in the vendor directory
2022-02-16 21:18:59 +10:00
zowoq
a4485fbc8f containerd: 1.5.9 -> 1.6.0
https://github.com/containerd/containerd/releases/tag/v1.6.0
2022-02-16 21:18:59 +10:00
Andrew Marshall
a6b058e0fa virt-viewer: 9.0 -> 11.0 2022-02-16 01:22:19 -05:00
Andrew Marshall
c027cb0041 virt-viewer: Formatting
In preparation for updating the version where a lot of deps will have to
change, so that the *next* diff is small and understandable.
2022-02-16 01:22:19 -05:00
Andrew Marshall
0deb79e47b libgovirt: init at 0.3.8 2022-02-16 01:22:19 -05:00
AndersonTorres
4a45cd997b treewide: move some emulators to their correct place
bochs, dynamips, hercules, tiny8086 and tinyemu are not virtualizers.
2022-02-16 01:39:06 -03:00
Sandro
5c5a8df724
Merge pull request #156420 from azuwis/transfig 2022-02-16 00:49:28 +01:00
zowoq
6abf580b6f
Merge pull request #159993 from aaronjheng/podman-tui
podman-tui: init at 0.1.0
2022-02-15 17:09:07 +10:00
Aaron Jheng
7c08af790f
podman-tui: init at 0.1.0 2022-02-15 06:11:54 +00:00
Zhong Jianxin
e8f3914985 treewide: Replace transfig with fig2dev
Reasons:

- transfig never get upstream update since it was added to nixpkgs 2006,
  according to [fig2dev Debian changelog][1], upstream maintainership
  was taken over at 2016, and renamed to fig2dev.

- [Debian][2], [ArchLinux][3], [HomeBrew][4] all use fig2dev to replace
  transfig.

- transfig builds [failed][5] on aarch64-darwin, fig2dev builds fine.

- One less package to maintain.

[1]: https://salsa.debian.org/debian/fig2dev/-/blob/debian/1%253.2.6_beta-1/debian/changelog
[2]: https://packages.debian.org/bullseye/transfig
[3]: https://archlinux.org/packages/community/x86_64/fig2dev/
[4]: https://formulae.brew.sh/formula/fig2dev
[5]: https://hydra.nixos.org/build/163404782/nixlog/2
2022-02-15 10:13:56 +08:00
R. Ryantm
bd3ab5da6c x11docker: 7.0.1 -> 7.1.0 2022-02-14 10:18:48 +00:00
Sascha Grunert
ebc768a5d5 cri-o: 1.23.0 -> 1.23.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-02-14 18:54:51 +10:00
R. RyanTM
4cf3c067e2
seabios: 1.14.0 -> 1.15.0
(#149160)
2022-02-10 23:27:03 +01:00
R. Ryantm
4fba64110f singularity: 3.8.5 -> 3.8.6 2022-02-10 11:39:21 -08:00
Jonathan Ringer
12fd8a77e1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/top-level/aliases.nix
2022-02-10 09:21:09 -08:00
zowoq
34e964f44c cri-o: 1.22.1 -> 1.23.0
https://github.com/cri-o/cri-o/releases/tag/v1.23.0
2022-02-10 19:09:22 +10:00
Babbaj
2d6fa5a0ec
looking-glass-client: disable native optimizations 2022-02-09 19:38:54 -05:00
Robert Scott
5adc3817a0 qemu: fixup basic tests, enable in passthru.tests
these may not be reliable enough to enable by default, but enabling
them as a passthru may allow us to get a feel for which platforms
have trouble with them
2022-02-06 18:31:29 +00:00
Vladimír Čunát
3dfddd89c6
Merge branch 'master' into staging-next
Trivial conflict in pkgs/top-level/aliases.nix
2022-02-06 10:29:49 +01:00
Mario Rodas
955079ad77
Merge pull request #156502 from r-ryantm/auto-update/x11docker
x11docker: 6.10.0 -> 7.0.1
2022-02-05 21:44:57 -05:00
Jonathan Ringer
9a16965c75
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/awesomeversion/default.nix
	pkgs/development/python-modules/md2gemini/default.nix
	pkgs/development/python-modules/mill-local/default.nix
	pkgs/development/python-modules/pyatv/default.nix
	pkgs/development/python-modules/pyezviz/default.nix
	pkgs/development/python-modules/pyinsteon/default.nix
	pkgs/development/python-modules/pylitterbot/default.nix
	pkgs/development/python-modules/pynuki/default.nix
	pkgs/development/python-modules/pypck/default.nix
	pkgs/development/python-modules/types-requests/default.nix
	pkgs/top-level/aliases.nix
2022-02-03 21:29:24 -08:00
Peter Hoeg
c52e85672b qemu: remove broker wrapper script 2022-02-03 11:33:38 +08:00
zowoq
e1f67e1bcc lima: 0.8.1 -> 0.8.2
https://github.com/lima-vm/lima/releases/tag/v0.8.2
2022-02-03 05:45:27 +10:00
github-actions[bot]
ed5ed282df
Merge staging-next into staging 2022-01-31 18:06:44 +00:00
Alyssa Ross
26b08cb3fc cloud-hypervisor: 20.2 -> 21.0 2022-01-31 17:16:29 +00:00
github-actions[bot]
0b0b544416
Merge staging-next into staging 2022-01-30 00:02:26 +00:00
Matthieu Coudron
f1a3e3e21c virtualbox: set meta.mainProgram
because it's convenient <3
2022-01-29 23:47:18 +01:00
github-actions[bot]
1dc27d7e71
Merge staging-next into staging 2022-01-28 18:01:47 +00:00
Jason Felice
99deb1c418 podman-compose: available on all unix platforms 2022-01-28 22:39:04 +10:00
Dmitry Kalinkin
0693fd77f7
Merge branch 'staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
	pkgs/development/python-modules/aioesphomeapi/default.nix
	pkgs/development/python-modules/mat2/default.nix
	pkgs/development/python-modules/pydevccu/default.nix
	pkgs/development/python-modules/pywlroots/default.nix
	pkgs/development/python-modules/rokuecp/default.nix
2022-01-27 00:54:10 -05:00
ajs124
0f40c684c3
Merge pull request #156701 from mweinelt/xen
xen: mark unsupported versions as vulnerable
2022-01-26 23:26:55 +01:00
Ruben Fonseca
d1d974caea crun: 1.4.1 -> 1.4.2 2022-01-27 07:11:38 +10:00
Martin Weinelt
39341ed38b
xen: mark unsupported versions as vulnerable
Our support for Xen lacks maintenance and since Xen has monthly security
advisories it is reasonable to assume our version is affected by a
multitude of security problems that are fixed upstream.

How many advisories? Browsing oss-security shows the following number of
advisories in each of the following years:

2022: 3
2021: 53
2020: 54
2019: 46 <-- we are *here*

https://xenbits.xen.org/docs/unstable/support-matrix.html
2022-01-25 13:55:59 +01:00
Jonathan Ringer
e379e3d4bb
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-01-24 23:49:19 -08:00
zowoq
53a6300ad6 conmon: 2.0.32 -> 2.1.0
https://github.com/containers/conmon/releases/tag/v2.1.0
2022-01-25 13:18:45 +10:00
R. Ryantm
194364215c x11docker: 6.10.0 -> 7.0.1 2022-01-24 12:28:33 +00:00
Martin Weinelt
2f4b2e72d0 python3Packages.lark: rename from lark-parser
With version 1.0 of lark-parser the name was changed to just lark.
2022-01-23 01:09:37 +01:00
github-actions[bot]
71b7ebbd7a
Merge staging-next into staging 2022-01-22 06:02:00 +00:00
Austin Seipp
b93e9e495e firecracker: 0.24.5 -> 0.25.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-01-21 22:00:18 -06:00
Alyssa Ross
6c92b6516a qemu: 6.1.0 -> 6.2.0
QEMU now supports automatically detecting which audio drivers to
build, so we don't need to pass --audio-drv-list anymore.

pkgsMusl.qemu* doesn't build at the moment because of dependency
issues, but with a lot of hacks I was able to do enough of a build to
be confident the changes to patches etc. are correct for Musl.
2022-01-20 15:29:33 +00:00
Sandro Jäckel
c5ceb2b05c
docker-compose_2: 2.2.2 -> 2.2.3 2022-01-19 14:44:40 +01:00
Sandro Jäckel
259955a975
docker-compose_2: add SuperSandro2000 as maintainer, strip more 2022-01-19 14:43:35 +01:00
zowoq
a51e06caff runc: 1.0.3 -> 1.1.0
https://github.com/opencontainers/runc/releases/tag/v1.1.0
2022-01-18 09:47:22 +10:00
Andreas Schmid
d8062c345d colima: 0.3.1 -> 0.3.2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-16 08:40:51 +10:00
Sascha Grunert
573091938b crun: 1.4 -> 1.4.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-14 21:40:56 +10:00
Andreas Schmid
c1d77e4dd1 colima: 0.2.2 -> 0.3.1
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-01-14 20:43:55 +10:00
zowoq
656e878a10 lima: 0.8.0 -> 0.8.1
https://github.com/lima-vm/lima/releases/tag/v0.8.1
2022-01-14 17:19:42 +10:00
zowoq
159739faaf conmon: 2.0.31 -> 2.0.32
https://github.com/containers/conmon/releases/tag/v2.0.32
2022-01-12 15:26:01 +10:00
R. Ryantm
1a454a32d7 cloud-hypervisor: 20.1 -> 20.2 2022-01-11 17:04:01 +00:00
zowoq
18f7554a51 docker-compose_2: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
17b3ec07e0 colima: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq
a6454f3525 lima: update vendorSha256 2022-01-11 06:31:22 +10:00
Alyssa Ross
dcabc91904
virtualbox: 6.1.28 -> 6.1.30
The guest additions currently don't build, either before or after this
change, but upgrading is still good because it gets us Linux 5.16
compatibility for the kernel module.
2022-01-10 03:54:09 +00:00
0x4A6F
29acc14f0d
Merge pull request #143060 from zhaofengli/binfmt-argv0
nixos/binfmt: Add QEMU wrapper to preserve argv[0]
2022-01-06 19:21:47 +01:00
maxine [they]
28880f4fe7
Merge pull request #153730 from endocrimes/dani/docker-bump
docker_20_10: 20.10.9 -> 20.10.12
2022-01-06 17:16:33 +01:00
Danielle Lancashire
8553a5d3dc containerd: 1.5.8 -> 1.5.9 2022-01-06 14:45:28 +00:00
Danielle Lancashire
18d0fe9b69 docker_20_10: 20.10.9 -> 20.10.12 2022-01-06 14:26:57 +00:00
PedroRegisPOAR
80b3160c21 qemu: add meta.mainProgram 2022-01-04 12:31:11 -03:00
Renaud
93eb018011
Merge pull request #150648 from whentze/master
docker-compose2: pass version to ldflags
2022-01-03 00:07:48 +01:00
Sandro
a25dd4744e
Merge pull request #151233 from Madouura/dev/qemu 2022-01-02 11:27:50 +01:00
Guillaume Girol
238d6b9466
Merge pull request #152171 from babbaj/looking-glass-b5
looking-glass-client: B4 -> B5.0.1
2022-01-01 23:06:45 +00:00
Guillaume Girol
86d63a1806
Merge pull request #147692 from NickCao/qemu
qemu: fix cross compilation
2022-01-01 21:52:43 +00:00
Babbaj
e8f32285b8
looking-glass-client: B4 -> B5.0.1 2021-12-31 16:58:57 -05:00
Julian Stecklina
8e3ff64369 spike: do not re-evaluate nixpkgs
Avoid breaking flakes pure evaluation by using pkgsCross to get RISC-V
test binaries.
2021-12-29 12:09:47 +01:00
LeSuisse
6956d70d9b
buildkit-nix: 0.0.1 -> 0.0.2
https://github.com/AkihiroSuda/buildkit-nix/releases/tag/v0.0.2
2021-12-29 16:15:55 +08:00
Nikolay Amiantov
a3e7a83514
Merge pull request #150774 from abbradar/docker-rootless
Rootless Docker service
2021-12-27 20:32:57 +03:00
Nick Cao
f90a24f944
qemu: fix cross compilation 2021-12-27 18:02:12 +08:00
Vladimír Čunát
c3131d5c32
qemu: disable debug info on aarch64-linux
This is basically a partial revert of a0262a0802.
2021-12-26 12:45:05 +01:00
Jonathan Ringer
5ed396a912
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/jellyfin-apiclient-python/default.nix
2021-12-23 10:14:19 -08:00
Thiago Kenji Okada
0c458e1b50
Merge pull request #151702 from sephii/podman-compose-1.0.3
podman-compose: 0.1.8 -> 1.0.3
2021-12-23 12:27:44 -03:00
github-actions[bot]
7d1034b04d
Merge master into staging-next 2021-12-23 12:01:10 +00:00
zowoq
c99468ee3f crun: 1.3 -> 1.4
https://github.com/containers/crun/releases/tag/1.4
2021-12-23 05:42:59 +10:00
Sylvain Fankhauser
95899e0060
podman-compose: 0.1.8 -> 1.0.3 2021-12-22 17:54:40 +01:00
Nikolay Amiantov
b4703e11af docker: only add rootless dependencies for the server
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2021-12-22 14:23:23 +03:00
Nikolay Amiantov
721fde93ff docker: add rootless daemon script 2021-12-22 14:18:14 +03:00
github-actions[bot]
03b2b5cb6c
Merge master into staging-next 2021-12-21 00:01:39 +00:00
Thomas Gerbet
6aaba55b8d buildkit-nix: init at 0.0.1
https://github.com/AkihiroSuda/buildkit-nix/
2021-12-21 09:26:03 +10:00
Madoura
a1b28586d9
qemu: add support for JACK audio 2021-12-18 14:42:57 -06:00
github-actions[bot]
5394a299c6
Merge master into staging-next 2021-12-16 12:01:30 +00:00
zowoq
435043c924 lima: 0.7.4 -> 0.8.0
https://github.com/lima-vm/lima/releases/tag/v0.8.0
2021-12-16 21:47:24 +10:00
sternenseemann
d860ba7f09 Merge remote-tracking branch 'origin/master' into staging-next 2021-12-15 11:30:31 +01:00
Mario Rodas
46f560a302
Merge pull request #150616 from marsam/update-docker-slim
docker-slim: 1.37.2 -> 1.37.3
2021-12-14 21:38:50 -05:00
Alyssa Ross
9482691069 cloud-hypervisor: 20.0 -> 20.1 2021-12-15 00:21:23 +00:00
whentze
23fc476f99
docker-compose2: pass version to ldflags
The package already has a version in nixpkgs, but reports "dev" when asked via CLI.
With this change, `docker compose version` behaves as expected.
2021-12-14 09:37:47 +01:00
github-actions[bot]
4e4a3fae8f
Merge master into staging-next 2021-12-12 12:01:21 +00:00
Andreas Schmid
c4dbe8fe65 colima: init at 0.2.2
`colima` is a very easy usable replacement for Docker Desktop on MacOS.

Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-12-12 19:54:54 +10:00
Mario Rodas
fe16aec731 docker-slim: 1.37.2 -> 1.37.3
https://github.com/docker-slim/docker-slim/releases/tag/1.37.3
2021-12-12 04:20:00 +00:00
Dmitry Kalinkin
b6b59334bb
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/celery/default.nix
	pkgs/development/python-modules/kombu/default.nix
2021-12-11 13:15:49 -05:00
Jörg Thalheim
1b11583dfb
Merge pull request #150235 from r-ryantm/auto-update/docker-compose
docker-compose_2: 2.0.1 -> 2.2.2
2021-12-11 13:00:59 +00:00
R. Ryantm
5442c772e6 docker-compose_2: 2.0.1 -> 2.2.2 2021-12-11 12:06:53 +00:00
github-actions[bot]
4620f3d0e3
Merge master into staging-next 2021-12-11 06:01:15 +00:00
Joerie de Gram
056f498ccf virt-manager: fix wmclass
Use `dontWrapGApps` to prevent double wrapping from breaking wmclass

Fixes #150120
2021-12-10 23:27:03 +01:00
github-actions[bot]
1bce9aab38
Merge master into staging-next 2021-12-09 06:01:16 +00:00
zowoq
e77e633283 podman: 3.4.3 -> 3.4.4
https://github.com/containers/podman/releases/tag/v3.4.4
2021-12-09 07:59:05 +10:00
github-actions[bot]
ac0d4017c5
Merge master into staging-next 2021-12-08 12:01:20 +00:00
zowoq
0301f18dff podman: 3.4.2 -> 3.4.3
https://github.com/containers/podman/releases/tag/v3.4.3
2021-12-08 16:57:08 +10:00
Alyssa Ross
16fb150e03
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/libraries/libunwind/default.nix
2021-12-07 23:56:16 +00:00
Zhaofeng Li
feb86343bd qemu: Add patch for socket_sockaddr_to_address_unix assertion errors
See also:
- http://bugs.debian.org/993145
- https://bugs.archlinux.org/task/72115
2021-12-07 23:46:26 +00:00
github-actions[bot]
255d79d651
Merge master into staging-next 2021-12-07 00:01:37 +00:00
Ryan Mulligan
f9b82a4643
Merge pull request #149021 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.6.3 -> 0.7.1
2021-12-06 14:38:26 -08:00
zowoq
c6a321d18c conmon: 2.0.30 -> 2.0.31
https://github.com/containers/conmon/releases/tag/v2.0.31
2021-12-07 06:59:34 +10:00
github-actions[bot]
ffbac7335b
Merge master into staging-next 2021-12-06 18:01:23 +00:00
R. Ryantm
73abda994e docker-buildx: 0.6.3 -> 0.7.1 2021-12-06 14:08:58 +00:00
Bobby Rong
913d537a04
Merge pull request #148978 from r-ryantm/auto-update/containerd
containerd: 1.5.7 -> 1.5.8
2021-12-06 20:07:42 +08:00
github-actions[bot]
41895efeb5
Merge master into staging-next 2021-12-06 12:01:16 +00:00
R. Ryantm
4baf742d97 containerd: 1.5.7 -> 1.5.8 2021-12-06 11:29:41 +00:00
zowoq
7a87a48642 runc: 1.0.2 -> 1.0.3
https://github.com/opencontainers/runc/releases/tag/v1.0.3
2021-12-06 18:46:00 +10:00
Jörg Thalheim
423aff986c Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-05 19:41:20 +01:00
Astro
7a3e80abee cloud-hypervisor: 19.0 -> 20.0 2021-12-05 16:09:24 +00:00
Alyssa Ross
f404068903
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/servers/search/groonga/default.nix
2021-12-02 14:52:44 +00:00
Jörg Thalheim
56ea0c9308 qemu: fix darwin build 2021-12-02 09:55:00 +01:00
Nikolay Korotkiy
cf6fc1fd17 podman-compose: 2021-05-18 → 0.1.8 2021-12-02 18:11:09 +10:00
Zhaofeng Li
3011531cf9 qemu: Add binfmt preserve-argv[0] wrapper 2021-12-01 22:20:48 -08:00
github-actions[bot]
b58b9075cd
Merge staging-next into staging 2021-12-01 00:02:28 +00:00
Sandro
bea91ade47
Merge pull request #147995 from jbedo/singularity 2021-11-30 21:08:33 +01:00
Alyssa Ross
01bce76b11
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/applications/virtualization/qemu/default.nix
2021-11-30 18:54:47 +00:00
Martin Schwaighofer
08bbd123d5 qemu: emit warnings when KVM acceleration is not usable
This fixes the qemu-kvm wrapper we add for convenience
silently not using KVM, when the system would support it
by at least leaving an indication in the log that the build ran
slower because it ran without KVM.
2021-11-30 13:06:22 +00:00
Martin Schwaighofer
5d06f6933d qemu, runInLinuxVM: fix KVM availability check
KVM should only be considered abailable if /dev/kvm exists and
is read-writable by the user that is trying to launch it.

The previous check for existance only had the consequence that
on some Linux distributions running VMs with Nix's QEMU only worked
if KVM was NOT installed.

fixes #124371
2021-11-30 13:06:22 +00:00
Justin Bedo
eab0561eb0
singularity: 3.8.4 -> 3.8.5 2021-11-30 20:12:29 +11:00
Maximilian Bosch
8f3eb58a96
Merge pull request #146961 from alyssais/qemu-debug
qemu: enable debug info
2021-11-29 16:18:46 +01:00
zowoq
70307e1674 lima: 0.7.3 -> 0.7.4
https://github.com/lima-vm/lima/releases/tag/v0.7.4
2021-11-27 10:49:40 +10:00
Alyssa Ross
4b5c3d9376 qemu: only include alsa-lib for alsa support 2021-11-25 19:48:48 +00:00
Alyssa Ross
5d9e0f86b9 qemu: never use bundled Meson
It's better to fail to build if our version of Meson isn't compatible
with QEMU's, so we'll know something is wrong.  Otherwise, we'll get
subtle breakages that only manifest at runtime, which I think might be
what happened in 9e403b19a1 ("qemu: 5.1.0 -> 5.2.0") to necessitate
autoPatchelfHook.
2021-11-25 19:47:56 +00:00
github-actions[bot]
cbcbfb4901
Merge master into staging-next 2021-11-22 06:01:10 +00:00
László Vaskó
7ea3e0f3f2 qemu: fix managedsave (snapshot creation) with QXL video device
Backport patch from 6.2.0-rc0
2021-11-22 02:16:40 +00:00
Alyssa Ross
a0262a0802
qemu: enable debug info
I dropped autoPatchelfHook because it got confused with the debug
objects, and I can't reproduce the pixman linker errors that caused it
to be introduced in #106988 ("qemu: 5.1.0 -> 5.2.0").
2021-11-21 21:44:29 +00:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Sandro
872f00cd44
Merge pull request #143297 from r-ryantm/auto-update/x11docker 2021-11-19 13:34:24 +01:00
github-actions[bot]
cfaff97318
Merge staging-next into staging 2021-11-15 18:01:43 +00:00
Artturi
11952924f1
Merge pull request #146036 from jmgao/qemu_io_uring 2021-11-15 17:33:17 +02:00
github-actions[bot]
faf5da6aed
Merge staging-next into staging 2021-11-15 12:01:44 +00:00
zowoq
baa566f5a5 cri-o: 1.22.0 -> 1.22.1
https://github.com/cri-o/cri-o/releases/tag/v1.22.1
2021-11-15 18:44:00 +10:00
Josh Gao
3f772a5f2b qemu: add support for io_uring 2021-11-14 17:31:50 -08:00
github-actions[bot]
9f6360b7fb
Merge staging-next into staging 2021-11-14 18:01:49 +00:00
zowoq
d8e1fe3898 podman: 3.4.1 -> 3.4.2
https://github.com/containers/podman/releases/tag/v3.4.2
2021-11-14 08:57:50 +10:00
github-actions[bot]
fd8fae936e
Merge staging-next into staging 2021-11-12 06:02:01 +00:00
github-actions[bot]
8addf990da
Merge master into haskell-updates 2021-11-12 00:07:24 +00:00
github-actions[bot]
a4e03b8977
Merge staging-next into staging 2021-11-11 18:01:50 +00:00
Sandro
95cce00929
Merge pull request #141717 from r-burns/qemu 2021-11-11 18:13:59 +01:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
github-actions[bot]
07e8aeb3a0
Merge master into haskell-updates 2021-11-11 00:07:11 +00:00
Sandro
4f9b42cf56
Merge pull request #145295 from SuperSandro2000/virtualbox 2021-11-10 20:06:45 +01:00
Sandro Jäckel
df17da7729
virtualbox: remove ? null from inputs, remove optional (), other minor cleanups 2021-11-10 01:40:47 +01:00
Sandro
63d06c47d3
Merge pull request #144857 from trofi/fix-catatonit-for-automake-1.16.5 2021-11-10 01:39:39 +01:00
github-actions[bot]
da2c9c6eab
Merge master into haskell-updates 2021-11-10 00:07:08 +00:00
Justin Bedo
10a145c518
singularity: 3.8.3 -> 3.8.4 2021-11-10 08:08:26 +11:00
Sandro
9a9ef88b8c
Merge pull request #145178 from SuperSandro2000/applications
Applications
2021-11-09 21:33:41 +01:00
Sandro Jäckel
6895746097
win-pvdrivers: switch to fetchFromGitHub 2021-11-09 20:10:32 +01:00
github-actions[bot]
e1766085b3
Merge master into haskell-updates 2021-11-09 00:10:05 +00:00
Sandro
b275c083e7
Merge pull request #144832 from r-burns/i686-lto 2021-11-08 15:25:03 +01:00
Mario Rodas
f08aacd891 docker-slim: 1.37.0 -> 1.37.2
https://github.com/docker-slim/docker-slim/releases/tag/1.37.2
2021-11-08 04:20:00 +00:00
github-actions[bot]
b0e58bafbe
Merge master into haskell-updates 2021-11-08 00:07:25 +00:00
Sandro
d53dfa2dbd
Merge pull request #144983 from Stunkymonkey/application-pname-version-2 2021-11-07 21:31:17 +01:00
Vo Anh Duy
a2149a2ee2 lima: 0.7.2 -> 0.7.3 2021-11-07 22:56:30 +08:00
Felix Buehler
b52ab3b712 pkgs/applications: rename name to pname&version part 2 2021-11-07 14:53:06 +01:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose 2021-11-07 20:18:45 +08:00