checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
The -e option to script(1) propagates the exit status of the child.
This revealed that one test currently hangs indefinitely in the nix
sandbox, hence it was deactivated.
* nvimpager: 0.9 -> 0.10
Patch the makefile as it assumes it is run in a git checkout and not
from an extracted tarball.
* fixup: add comment about new subsitute command in preBuild
* fixup: Fix definition of checkPhase
* nvimpager: init at 0.9
* nvimpager: fixup: doCheck can be overriden with `overrideAttrs`
* nvimpager: fixup: use patchShebangs instead of substituteInPlace
* nvimpager: fixup: move pandoc to nativeBuildInputs
* Fix typo
* nvimpager: fixup: run the tests in a pseudo tty
* nvimpager: fixup: make all dependencies overridable