Merge pull request #112954 from TredwellGit/qemu

qemu: set sysconfdir
This commit is contained in:
WORLDofPEACE 2021-02-14 05:58:54 -05:00 committed by GitHub
commit 971a85d2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,7 @@ stdenv.mkDerivation rec {
"--enable-docs"
"--enable-tools"
"--enable-guest-agent"
"--sysconfdir=/etc"
]
# disable sysctl check on darwin.
++ optional stdenv.isDarwin "--cpu=x86_64"