summary refs log tree commit diff
path: root/pkgs/tools/security/hashdeep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/hashdeep/default.nix')
-rw-r--r--pkgs/tools/security/hashdeep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/hashdeep/default.nix b/pkgs/tools/security/hashdeep/default.nix
index edb5794eef7..8c8ab5b01a5 100644
--- a/pkgs/tools/security/hashdeep/default.nix
+++ b/pkgs/tools/security/hashdeep/default.nix
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
     description = "A set of cross-platform tools to compute hashes.";
     homepage = "https://github.com/jessek/hashdeep";
     license = licenses.gpl2;
-    platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
+    platforms = with platforms; linux ++ freebsd ++ openbsd;
     maintainers = [ stdenv.lib.maintainers.karantan ];
   };
 }