about summary refs log tree commit diff
path: root/pkgs/tools/security/hashcat-utils
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-08 22:15:04 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-09 09:16:09 +0700
commit9836213f73eeab3851a9c762ccbffeb7bc134df5 (patch)
treee72fd12166f18eb47843434f6fdd61bf212c6057 /pkgs/tools/security/hashcat-utils
parenta95cfe1b82c136d36c7a8c6d63943421943b5449 (diff)
hashcat-utils: expand platforms to unix
Diffstat (limited to 'pkgs/tools/security/hashcat-utils')
-rw-r--r--pkgs/tools/security/hashcat-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/hashcat-utils/default.nix b/pkgs/tools/security/hashcat-utils/default.nix
index 8b91a53db013f..ccd6230b06f25 100644
--- a/pkgs/tools/security/hashcat-utils/default.nix
+++ b/pkgs/tools/security/hashcat-utils/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     description = "Small utilities that are useful in advanced password cracking";
     homepage = "https://github.com/hashcat/hashcat-utils";
     license = licenses.mit;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ fadenb ];
   };
 }