3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #2027 from thoughtpolice/ssdeep

ssdeep: remove Darwin from Hydra platforms for now
This commit is contained in:
Peter Simons 2014-03-26 11:23:47 +01:00
commit 306a760bdb

View file

@ -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 ];
};
}