mangohud: separate doc & man outputs

This commit is contained in:
Kira Bruneau 2021-06-19 10:50:36 -04:00
parent 2f2dde5315
commit 1c5ba73b66

View file

@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
outputs = [ "out" "doc" "man" ];
patches = [
# Adds option to specify Vulkan's datadir when it's not the same as MangoHud's
# See https://github.com/flightlessmango/MangoHud/pull/522