nixpkgs/pkgs/applications/virtualization/qemu
Adam Joseph c407873d50 qemu: allow to disable generation of documentation
I've been having trouble with some qemu builds since the v8.0.0 bump
failing with:

```
kernel-doc 'perl /build/qemu/docs/../scripts/kernel-doc -rst -enable-lineno -sphinx-version 5.3.0 -Werror /build/qemu/docs/../include/qemu/bitops.h' processing failed with: [Errno 2] No such file or directory: 'perl'
```

... this happens despite `perl` being part of `stdenv`.  Adding
`perl` to `nativeBuildInputs` doesn't seem to fix it.  It is handy
to be able to simply skip the docs in situations like this in order
to maintain forward progress, so this commit adds `enableDocs?true`
to allow that.
2023-04-22 00:24:23 +03:00
..
binfmt-p-wrapper.c
binfmt-p-wrapper.nix
canokey-qemu.nix
default.nix qemu: allow to disable generation of documentation 2023-04-22 00:24:23 +03:00
fix-qemu-ga.patch
force-uid0-on-9p.patch
provide-fallback-for-utimensat.patch qemu: 7.2.1 -> 8.0.0 2023-04-20 13:22:20 +00:00
revert-ui-cocoa-add-clipboard-support.patch
utils.nix