From 091bd1e65ad60eabff2cae64d73e920944f62169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 20 Mar 2020 11:53:34 +0100 Subject: [PATCH] Update pkgs/tools/security/hashdeep/default.nix --- pkgs/tools/security/hashdeep/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }