nixpkgs/nixos
Vladimír Čunát 0a3386369c
qemu: fix build with environment.noXlibs = true
In some tests, e.g. -f nixos/release.nix tests.simple.x86_64-linux
we use noXlibs and qemu.ga.  Now that output is tiny but to get it
a full qemu build is done, and some dependencies like gtk3 won't build
with noXlibs due to their dependencies being too stripped down.

Therefore let's reduce qemu features in noXlibs case.
The `sdlSupport = false;` part probably wasn't needed,
but I added it for consistency.
2020-08-16 18:25:31 +02:00
..
doc Merge pull request #82743 from Infinisil/partially-typed-v2 2020-08-15 12:13:58 +02:00
lib Merge pull request #93824 from blitz/fix-rpi4-installer 2020-08-08 13:45:02 +02:00
maintainers nixos/ec2: remove dependency on NIX_PATH 2020-08-16 10:56:44 +00:00
modules qemu: fix build with environment.noXlibs = true 2020-08-16 18:25:31 +02:00
tests Merge pull request #95507 from flokli/remove-mesos 2020-08-16 14:46:24 +02:00
COPYING
default.nix
README treewide: use https for nixos.org and hydra.nixos.org 2020-05-03 22:14:21 -07:00
release-combined.nix nixos/release-combined: add systemd-networkd-ipv6-prefix-delegation test 2020-05-01 17:45:40 +02:00
release-small.nix nixos/release-small: drop latestKernel.login 2020-04-19 22:20:07 +03:00
release.nix nixos/release: add pantheon closure 2020-07-26 15:30:08 -04:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.