lib/systems: disable docs in qemu-user
45M -> 31M
This commit is contained in:
parent
c407873d50
commit
06e8d82e9c
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ rec {
|
|||
pulseSupport = false;
|
||||
smbdSupport = false;
|
||||
seccompSupport = false;
|
||||
enableDocs = false;
|
||||
hostCpuTargets = [ "${final.qemuArch}-linux-user" ];
|
||||
};
|
||||
wine = (pkgs.winePackagesFor "wine${toString final.parsed.cpu.bits}").minimal;
|
||||
|
|
Loading…
Reference in a new issue