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>
This commit is contained in:
parent
8201f4f6fd
commit
3db4b04eb7
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
dontDisableStatic = true; # the build fails without this. should probably be reported upstream
|
dontDisableStatic = true; # the build fails without this. should probably be reported upstream
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
description = "Open source version of Mellanox Firmware Tools (MFT)";
|
||||||
homepage = "https://github.com/Mellanox/mstflint";
|
homepage = "https://github.com/Mellanox/mstflint";
|
||||||
license = with licenses; [ gpl2 bsd2 ];
|
license = with licenses; [ gpl2 bsd2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user