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:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://rhash.anz.ru;
|
homepage = http://rhash.anz.ru;
|
||||||
description = "Console utility and library for computing and verifying hash sums of files";
|
description = "Console utility and library for computing and verifying hash sums of files";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.andrewrk ];
|
maintainers = [ maintainers.andrewrk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user