about summary refs log tree commit diff
path: root/pkgs/tools/misc/mstflint
diff options
context:
space:
mode:
authorMasanori Ogino <167209+omasanori@users.noreply.github.com>2020-11-05 07:54:09 +0900
committerMasanori Ogino <167209+omasanori@users.noreply.github.com>2020-11-05 07:57:52 +0900
commit3db4b04eb75c3815e6651785a6111d3e1f3da28e (patch)
tree026216c5ec89f82e27907dac155d5c9e3e517f16 /pkgs/tools/misc/mstflint
parent8201f4f6fda71709ae607ca767a30b9e897adb82 (diff)
mstflint: add description
While I am aware of a new version 4.15.0-1, I avoided touching the
package itself as I can not test the package with real hardware.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/misc/mstflint')
-rw-r--r--pkgs/tools/misc/mstflint/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/mstflint/default.nix b/pkgs/tools/misc/mstflint/default.nix
index 20d7110944d8a..be3993d81ecf2 100644
--- a/pkgs/tools/misc/mstflint/default.nix
+++ b/pkgs/tools/misc/mstflint/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
   dontDisableStatic = true;  # the build fails without this. should probably be reported upstream
 
   meta = with stdenv.lib; {
+    description = "Open source version of Mellanox Firmware Tools (MFT)";
     homepage = "https://github.com/Mellanox/mstflint";
     license = with licenses; [ gpl2 bsd2 ];
     platforms = platforms.linux;