From edbd277ddc86df69e935e9868e69913d45001609 Mon Sep 17 00:00:00 2001 From: Julien DOCHE Date: Wed, 9 Jun 2021 22:56:16 +0200 Subject: [PATCH] flawfinder: Add supported platforms The package cannot be installed otherwise. Signed-off-by: Julien DOCHE --- pkgs/development/tools/flawfinder/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/flawfinder/default.nix b/pkgs/development/tools/flawfinder/default.nix index 28805b4abe43..554ca92b8c0e 100644 --- a/pkgs/development/tools/flawfinder/default.nix +++ b/pkgs/development/tools/flawfinder/default.nix @@ -31,5 +31,6 @@ stdenv.mkDerivation rec { homepage = "https://dwheeler.com/flawfinder/"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ fab ]; + platforms = platforms.all; }; }