Loading pkgs/by-name/do/docfd/package.nix +31 −19 Original line number Diff line number Diff line { lib , ocamlPackages , stdenv , overrideSDK , fetchFromGitHub , python3 , dune_3 , makeWrapper , pandoc , poppler_utils , testers , docfd { lib, ocamlPackages, stdenv, overrideSDK, fetchFromGitHub, python3, dune_3, makeWrapper, pandoc, poppler_utils, testers, docfd, }: let Loading @@ -20,7 +21,7 @@ let in buildDunePackage' rec { pname = "docfd"; version = "4.0.0"; version = "5.1.0"; minimalOCamlVersion = "5.1"; Loading @@ -28,10 +29,15 @@ buildDunePackage' rec { owner = "darrenldl"; repo = "docfd"; rev = version; hash = "sha256-fgwUXRZ6k5i3XLxXpjbrl0TJZMT+NkGXf7KNwRgi+q8="; hash = "sha256-54gsX5C8AJAOkqnBxHLI76k6cEqWqEydxbZjJZl7FjE="; }; nativeBuildInputs = [ python3 dune_3 makeWrapper ]; nativeBuildInputs = [ python3 dune_3 makeWrapper ]; buildInputs = with ocamlPackages; [ cmdliner containers-data Loading @@ -43,18 +49,24 @@ buildDunePackage' rec { notty ocolor oseq ppx_deriving ppxlib re spelll timedesc yojson ]; postInstall = '' wrapProgram $out/bin/docfd --prefix PATH : "${lib.makeBinPath [ pandoc poppler_utils ]}" wrapProgram $out/bin/docfd --prefix PATH : "${ lib.makeBinPath [ pandoc poppler_utils ] }" ''; passthru.tests.version = testers.testVersion { package = docfd; }; passthru.tests.version = testers.testVersion { package = docfd; }; meta = with lib; { description = "TUI multiline fuzzy document finder"; Loading Loading
pkgs/by-name/do/docfd/package.nix +31 −19 Original line number Diff line number Diff line { lib , ocamlPackages , stdenv , overrideSDK , fetchFromGitHub , python3 , dune_3 , makeWrapper , pandoc , poppler_utils , testers , docfd { lib, ocamlPackages, stdenv, overrideSDK, fetchFromGitHub, python3, dune_3, makeWrapper, pandoc, poppler_utils, testers, docfd, }: let Loading @@ -20,7 +21,7 @@ let in buildDunePackage' rec { pname = "docfd"; version = "4.0.0"; version = "5.1.0"; minimalOCamlVersion = "5.1"; Loading @@ -28,10 +29,15 @@ buildDunePackage' rec { owner = "darrenldl"; repo = "docfd"; rev = version; hash = "sha256-fgwUXRZ6k5i3XLxXpjbrl0TJZMT+NkGXf7KNwRgi+q8="; hash = "sha256-54gsX5C8AJAOkqnBxHLI76k6cEqWqEydxbZjJZl7FjE="; }; nativeBuildInputs = [ python3 dune_3 makeWrapper ]; nativeBuildInputs = [ python3 dune_3 makeWrapper ]; buildInputs = with ocamlPackages; [ cmdliner containers-data Loading @@ -43,18 +49,24 @@ buildDunePackage' rec { notty ocolor oseq ppx_deriving ppxlib re spelll timedesc yojson ]; postInstall = '' wrapProgram $out/bin/docfd --prefix PATH : "${lib.makeBinPath [ pandoc poppler_utils ]}" wrapProgram $out/bin/docfd --prefix PATH : "${ lib.makeBinPath [ pandoc poppler_utils ] }" ''; passthru.tests.version = testers.testVersion { package = docfd; }; passthru.tests.version = testers.testVersion { package = docfd; }; meta = with lib; { description = "TUI multiline fuzzy document finder"; Loading