summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-02-24 11:36:57 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-24 11:36:57 +0100
commit225f8b9d642a70d69086d2c92ae8abfa720bc8f4 (patch)
tree6404f888810800675d8204d3452267fc5d3ec953 /pkgs/top-level
parente04f56eb7548092cecadd952b74a021159b33186 (diff)
vcs_query: init at 0.4.0 (#55514)
This is a simple, python-based CLI utility that queries vCard files for a certain pattern. It's fairly easy to integrate with e.g. NeoMutt to look for contacts.
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 b7c5eee68473..bab749fca2d3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6016,6 +6016,8 @@ in
vcsh = callPackage ../applications/version-management/vcsh { };
+ vcs_query = callPackage ../tools/misc/vcs_query { };
+
vcstool = callPackage ../development/tools/vcstool { };
verilator = callPackage ../applications/science/electronics/verilator {};