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 qemu: Add binfmt preserve-argv[0] wrapper 2021-12-01 22:20:48 -08:00
binfmt-p-wrapper.nix qemu: Add binfmt preserve-argv[0] wrapper 2021-12-01 22:20:48 -08:00
canokey-qemu.nix canokey-qemu: init at unstable-2022-06-23 2022-10-04 00:59:26 +08:00
default.nix qemu: allow to disable generation of documentation 2023-04-22 00:24:23 +03:00
fix-qemu-ga.patch qemu: 7.0.0 -> 7.1.0 2022-09-02 07:15:59 +00:00
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 qemu: 7.1.0 -> 7.2.0 2022-12-17 01:47:29 +00:00
utils.nix qemu-utils: ensure we cut off qemu dependency 2022-07-06 07:13:29 +00:00