about summary refs log tree commit diff
path: root/pkgs/tools/security/ssdeep
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-03-24 00:07:55 -0500
committerAustin Seipp <aseipp@pobox.com>2014-03-24 00:07:55 -0500
commitb5c39bfada812a7a50457e376f8c71605c4114c7 (patch)
treeddc0731a31e7418401d99d34fde6b3cb8e91bf55 /pkgs/tools/security/ssdeep
parent3f577799afca6238ac9f576c6047044ddf8271fe (diff)
ssdeep: remove Darwin from Hydra platforms for now
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/tools/security/ssdeep')
-rw-r--r--pkgs/tools/security/ssdeep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ssdeep/default.nix b/pkgs/tools/security/ssdeep/default.nix
index 66fdedc49063d..c59e50f4ae4cc 100644
--- a/pkgs/tools/security/ssdeep/default.nix
+++ b/pkgs/tools/security/ssdeep/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     description = "A program for calculating fuzzy hashes";
     homepage    = "http://www.ssdeep.sf.net";
     license     = stdenv.lib.licenses.gpl2;
-    platforms   = stdenv.lib.platforms.unix;
+    platforms   = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
   };
 }