Loading pkgs/tools/typesetting/lowdown/default.nix +7 −0 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fixDarwinDylibNames, which , enableShared ? !(stdenv.hostPlatform.isStatic) , enableStatic ? stdenv.hostPlatform.isStatic # for passthru.tests , nix }: stdenv.mkDerivation rec { Loading Loading @@ -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"; Loading Loading
pkgs/tools/typesetting/lowdown/default.nix +7 −0 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fixDarwinDylibNames, which , enableShared ? !(stdenv.hostPlatform.isStatic) , enableStatic ? stdenv.hostPlatform.isStatic # for passthru.tests , nix }: stdenv.mkDerivation rec { Loading Loading @@ -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"; Loading