Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a29106ea699b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0a3386369c79
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 16, 2020

  1. 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.
    vcunat committed Aug 16, 2020
    1
    Copy the full SHA
    0a33863 View commit details
    Browse the repository at this point in the history