summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2016-09-05 17:33:46 -0400
committerFranz Pletz <fpletz@fnordicwalking.de>2016-09-05 23:33:46 +0200
commite8b15555247eff53d718ac7c13871e3ff4d3d8dc (patch)
treef2fe25265b3b2748ccb59e65b8856454937d14e0 /pkgs/tools
parentccd5c6e47cd5c29a2b7dccf36dafda7b769c2f32 (diff)
downloadnixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.tar
nixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.tar.gz
nixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.tar.bz2
nixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.tar.lz
nixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.tar.xz
nixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.tar.zst
nixlib-e8b15555247eff53d718ac7c13871e3ff4d3d8dc.zip
yubico-piv-tool: add description fields (#18322)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/yubico-piv-tool/default.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/pkgs/tools/misc/yubico-piv-tool/default.nix b/pkgs/tools/misc/yubico-piv-tool/default.nix
index 20c1170a8055..6ff08e4ac3fa 100644
--- a/pkgs/tools/misc/yubico-piv-tool/default.nix
+++ b/pkgs/tools/misc/yubico-piv-tool/default.nix
@@ -14,7 +14,17 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = https://developers.yubico.com/yubico-piv-tool/;
-    description = "";
+    description = ''
+      Used for interacting with the Privilege and Identification Card (PIV)
+      application on a YubiKey
+    '';
+    longDescription = ''
+      The Yubico PIV tool is used for interacting with the Privilege and
+      Identification Card (PIV) application on a YubiKey.
+      With it you may generate keys on the device, importing keys and
+      certificates, and create certificate requests, and other operations.
+      A shared library and a command-line tool is included.
+    '';
     maintainers = with maintainers; [ wkennington ];
     license = licenses.bsd2;
     platforms = platforms.all;