rhash: extend meta.platforms

Now cmake evaluates on Darwin again.  Let's be optimistic about building.
Discussion: https://github.com/NixOS/nixpkgs/commit/d74d871f52
This commit is contained in:
Vladimír Čunát 2017-06-13 17:17:03 +02:00
parent b7f71bd2ad
commit 90cf4cfabe
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://rhash.anz.ru;
description = "Console utility and library for computing and verifying hash sums of files";
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.andrewrk ];
};
}