mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
docfd: add passthru test
This commit is contained in:
parent
04e15baaad
commit
dee679f466
@ -3,6 +3,8 @@
|
||||
, fetchFromGitHub
|
||||
, python3
|
||||
, dune_3
|
||||
, testers
|
||||
, docfd
|
||||
}:
|
||||
|
||||
ocamlPackages.buildDunePackage rec {
|
||||
@ -35,6 +37,10 @@ ocamlPackages.buildDunePackage rec {
|
||||
yojson
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = docfd;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "TUI multiline fuzzy document finder";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user