From 1c5ba73b66c81db3378218dbb7bd098c5c751568 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Sat, 19 Jun 2021 10:50:36 -0400 Subject: [PATCH] mangohud: separate doc & man outputs --- pkgs/tools/graphics/mangohud/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/graphics/mangohud/default.nix b/pkgs/tools/graphics/mangohud/default.nix index 41c4040f9b5..98e60058abc 100644 --- a/pkgs/tools/graphics/mangohud/default.nix +++ b/pkgs/tools/graphics/mangohud/default.nix @@ -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