about summary refs log tree commit diff
path: root/pkgs/development/tools/flawfinder
diff options
context:
space:
mode:
authorJulien DOCHE <julien.doche@gmail.com>2021-06-09 22:56:16 +0200
committerJulien DOCHE <julien.doche@gmail.com>2021-06-10 02:30:47 +0200
commitedbd277ddc86df69e935e9868e69913d45001609 (patch)
tree223c85db45857a1dd9e7d3ea4b07a9eecfe898d7 /pkgs/development/tools/flawfinder
parentd7d0a67765b7aac64806200fdd1a647649e6990a (diff)
flawfinder: Add supported platforms
The package cannot be installed otherwise.

Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
Diffstat (limited to 'pkgs/development/tools/flawfinder')
-rw-r--r--pkgs/development/tools/flawfinder/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/flawfinder/default.nix b/pkgs/development/tools/flawfinder/default.nix
index 28805b4abe430..554ca92b8c0e2 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;
   };
 }