Merge pull request #102834 from omasanori/mstflint/add-description

mstflint: add description
This commit is contained in:
Mario Rodas 2020-11-04 21:15:27 -05:00 committed by GitHub
commit ab2f73b468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;