mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 21:23:06 +00:00
c407873d50
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. |
||
---|---|---|
.. | ||
binfmt-p-wrapper.c | ||
binfmt-p-wrapper.nix | ||
canokey-qemu.nix | ||
default.nix | ||
fix-qemu-ga.patch | ||
force-uid0-on-9p.patch | ||
provide-fallback-for-utimensat.patch | ||
revert-ui-cocoa-add-clipboard-support.patch | ||
utils.nix |