Merge pull request #139953 from marsam/h3-meta-field

h3: enable on darwin

authored by

Domen Kožar and committed by
GitHub
273b7640 37f1ca73

+5 -2
+5 -2
pkgs/development/misc/h3/default.nix
··· 1 - { lib, stdenv 1 + { lib 2 + , stdenv 2 3 , cmake 3 4 , fetchFromGitHub 4 5 }: ··· 22 23 ]; 23 24 24 25 meta = with lib; { 25 - homepage = "https://github.com/uber/h3"; 26 + homepage = "https://h3geo.org/"; 26 27 description = "Hexagonal hierarchical geospatial indexing system"; 27 28 license = licenses.asl20; 29 + changelog = "https://github.com/uber/h3/raw/v${version}/CHANGELOG.md"; 30 + platforms = platforms.all; 28 31 maintainers = [ maintainers.kalbasit ]; 29 32 }; 30 33 }