Merge pull request #289633 from marsam/ugrep-mainProgram
This commit is contained in:
commit
01e52927ce
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
@ -42,5 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
maintainers = with maintainers; [ numkem mikaelfangel ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
mainProgram = "ug";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue