Skip to content

Commit 90cf4cf

Browse files
committedJun 13, 2017
rhash: extend meta.platforms
Now cmake evaluates on Darwin again. Let's be optimistic about building. Discussion: d74d871f52
1 parent b7f71bd commit 90cf4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/security/rhash/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929
meta = with stdenv.lib; {
3030
homepage = http://rhash.anz.ru;
3131
description = "Console utility and library for computing and verifying hash sums of files";
32-
platforms = platforms.linux;
32+
platforms = platforms.all;
3333
maintainers = [ maintainers.andrewrk ];
3434
};
3535
}

0 commit comments

Comments
 (0)
Please sign in to comment.