Commit 7ff94904 authored by Mario Rodas's avatar Mario Rodas
Browse files

ugrep: add version tester

parent 94206d77
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, bzip3
, lz4
, pcre2
, testers
, xz
, zlib
, zstd
@@ -35,6 +36,12 @@ stdenv.mkDerivation (finalAttrs: {
    zstd
  ];

  passthru.tests = {
    version = testers.testVersion {
      package = finalAttrs.finalPackage;
    };
  };

  meta = with lib; {
    description = "Ultra fast grep with interactive query UI";
    homepage = "https://github.com/Genivia/ugrep";