summary refs log tree commit diff
path: root/pkgs/tools/security/hashdeep
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2020-03-20 11:53:34 +0100
committerGitHub <noreply@github.com>2020-03-20 11:53:34 +0100
commit091bd1e65ad60eabff2cae64d73e920944f62169 (patch)
tree6868ef1ff999509e4dc9097307512154279dda06 /pkgs/tools/security/hashdeep
parenta28e401fd5e6395e3c26e2422e6641c78d864e12 (diff)
downloadnixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.tar
nixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.tar.gz
nixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.tar.bz2
nixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.tar.lz
nixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.tar.xz
nixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.tar.zst
nixpkgs-091bd1e65ad60eabff2cae64d73e920944f62169.zip
Update pkgs/tools/security/hashdeep/default.nix
Diffstat (limited to 'pkgs/tools/security/hashdeep')
-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 ];
   };
 }