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: c6d4197e4f27
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 994e221f1668
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 19, 2021

  1. qemu: 5.1.0 -> 5.2.0

    Updates to latest version of QEMU.
    The build system has changed to ninja.
    There are several configuration flags that aren't enabled. I will
    defer to maintainers on those.
    
    Adds autoPatchelfHook for patching output dynamically linked binaries.
    
    qemu: use Nix's meson vs bundled
    
    qemu: remove custom directory locations
    
    It appears that these directories are no longer automatically prefixed
    with $out/, so they are now trying to write to the system /etc/, /var/
    directories, which is not permitted in sandbox.
    The default directories seem to work OK, so using those.
    drewrisinger committed Jan 19, 2021
    Copy the full SHA
    9e403b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request #106988 from drewrisinger/dr-pr-qemu-bump

    qemu: 5.1.0 -> 5.2.0
    flokli committed Jan 22, 2021
    Copy the full SHA
    994e221 View commit details
    Browse the repository at this point in the history