efibootmgr: split man output

This commit is contained in:
seth
2024-07-19 22:07:20 -04:00
parent 5b71d6c0d0
commit 612f242c1d
+5
View File
@@ -13,6 +13,11 @@ stdenv.mkDerivation (finalAttrs: {
pname = "efibootmgr";
version = "18";
outputs = [
"out"
"man"
];
src = fetchFromGitHub {
owner = "rhboot";
repo = "efibootmgr";