Commit b5e959d3 authored by Andrew Marshall's avatar Andrew Marshall
Browse files

zfs_unstable: expand on unstable nature in long description

parent 9ce88102
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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.
  '';
}