mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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:
parent
b7f71bd2ad
commit
90cf4cfabe
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user