flawfinder: Add supported platforms

The package cannot be installed otherwise.

Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
Julien DOCHE 2021-06-09 22:56:16 +02:00
parent d7d0a67765
commit edbd277ddc

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://dwheeler.com/flawfinder/";
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ fab ];
platforms = platforms.all;
};
}