zfs_unstable: expand on unstable nature in long description

This commit is contained in:
Andrew Marshall
2024-11-01 18:50:52 -04:00
parent 9ce881027b
commit b5e959d3c3
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -26,6 +26,7 @@ let
{ version
, hash
, kernelModuleAttribute
, extraLongDescription ? ""
, extraPatches ? []
, rev ? "zfs-${version}"
, kernelCompatible ? null
@@ -220,7 +221,7 @@ let
snapshotting, cloning, block devices, deduplication, and more.
${if buildUser then "This is the userspace tools package." else "This is the kernel module package."}
'';
'' + extraLongDescription;
homepage = "https://github.com/openzfs/zfs";
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
license = lib.licenses.cddl;
+5
View File
@@ -28,4 +28,9 @@ callPackage ./generic.nix args {
};
hash = "sha256-/INlfiPpRm5JprcORzJJKyjpGIMY1LceY3yZ811uf2A=";
extraLongDescription = ''
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
It may be less well-tested and have critical bugs.
'';
}