about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-04-21 11:04:48 -0700
committerArtturin <Artturin@artturin.com>2023-04-22 00:24:23 +0300
commitc407873d50f7ec6aa643f3052475160068696b01 (patch)
treedd72bd039541f1e922da5478fe2c5a2e2190afe0 /lib/systems
parent89d59988a72a14e190280ef7f33c2c749bad37b0 (diff)
downloadnixlib-c407873d50f7ec6aa643f3052475160068696b01.tar
nixlib-c407873d50f7ec6aa643f3052475160068696b01.tar.gz
nixlib-c407873d50f7ec6aa643f3052475160068696b01.tar.bz2
nixlib-c407873d50f7ec6aa643f3052475160068696b01.tar.lz
nixlib-c407873d50f7ec6aa643f3052475160068696b01.tar.xz
nixlib-c407873d50f7ec6aa643f3052475160068696b01.tar.zst
nixlib-c407873d50f7ec6aa643f3052475160068696b01.zip
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.
Diffstat (limited to 'lib/systems')
0 files changed, 0 insertions, 0 deletions