mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
lib/systems: disable docs in qemu-user
45M -> 31M
This commit is contained in:
parent
c407873d50
commit
06e8d82e9c
@ -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 New Issue
Block a user