Update pkgs/tools/security/hashdeep/default.nix

This commit is contained in:
Domen Kožar 2020-03-20 11:53:34 +01:00 committed by GitHub
parent a28e401fd5
commit 091bd1e65a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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