lowdown: add nix to passthru.tests

This commit is contained in:
sternenseemann
2023-05-03 16:44:27 +02:00
parent 90b4a9b7d3
commit d6b6b5f94f
@@ -1,6 +1,8 @@
{ lib, stdenv, fetchurl, fixDarwinDylibNames, which
, enableShared ? !(stdenv.hostPlatform.isStatic)
, enableStatic ? stdenv.hostPlatform.isStatic
# for passthru.tests
, nix
}:
stdenv.mkDerivation rec {
@@ -69,6 +71,11 @@ stdenv.mkDerivation rec {
doCheck = true;
checkTarget = "regress";
passthru.tests = {
# most important consumer in nixpkgs
inherit nix;
};
meta = with lib; {
homepage = "https://kristaps.bsd.lv/lowdown/";
description = "Simple markdown translator";