summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@users.noreply.github.com>2020-12-22 10:11:02 +0100
committerGitHub <noreply@github.com>2020-12-22 10:11:02 +0100
commit4d0c6c645cfe8410cf7bee5b175906b481dd64c3 (patch)
treedb42dcd1925625dcb080791a26ae25a271d74769 /pkgs/top-level
parentca8343d1b9053aa963f64150b5d56ba6395a5db2 (diff)
nvimpager: init at 0.9 (#107057)
* 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
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 79c235c52584..c485b7add2f1 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6165,6 +6165,8 @@ in
nssmdns = callPackage ../tools/networking/nss-mdns { };
+ nvimpager = callPackage ../tools/misc/nvimpager { };
+
nwdiag = with python3Packages; toPythonApplication nwdiag;
nxdomain = python3.pkgs.callPackage ../tools/networking/nxdomain { };