qemu: Add patch for statfs f_flags in Linux user mode.

This commit is contained in:
Shea Levy 2018-02-18 14:08:22 -05:00
parent 655446c7f5
commit 4839b568de
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
patches = [ ./no-etc-install.patch ]
patches = [ ./no-etc-install.patch ./statfs-flags.patch ]
++ optional nixosTestRunner ./force-uid0-on-9p.patch
++ optional pulseSupport ./fix-hda-recording.patch;