trellis: Added installCheckPhase that ensures database is available and updated maintainers

This commit is contained in:
rowanG077
2021-10-16 19:15:47 -05:00
committed by Austin Seipp
parent 56c31c1b13
commit eebfe7199d
@@ -41,6 +41,12 @@ in stdenv.mkDerivation rec {
cd libtrellis
'';
doInstallCheck = true;
installCheckPhase = ''
$out/bin/ecppack $out/share/trellis/misc/basecfgs/empty_lfe5u-85f.config /tmp/test.bin
'';
meta = with lib; {
description = "Documentation and bitstream tools for Lattice ECP5 FPGAs";
longDescription = ''
@@ -51,7 +57,7 @@ in stdenv.mkDerivation rec {
'';
homepage = "https://github.com/YosysHQ/prjtrellis";
license = licenses.isc;
maintainers = with maintainers; [ q3k thoughtpolice emily ];
maintainers = with maintainers; [ q3k thoughtpolice emily rowanG077 ];
platforms = platforms.all;
};
}