1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "weather-icons";
8 url = "https://github.com/erikflowers/weather-icons/archive/refs/tags/${version}.zip";
9 hash = "sha256-0ZFH2awUo4BkTpK1OsWZ4YKczJHo+HHM6ezGBJAmT+U=";
15 install -Dm644 _docs/font-source/weathericons-regular.otf -t $out/share/fonts/opentype
21 description = "Weather Icons";
23 Weather Icons is the only icon font and CSS with 222 weather themed icons,
24 ready to be dropped right into Bootstrap, or any project that needs high
25 quality weather, maritime, and meteorological based icons!
27 homepage = "https://erikflowers.github.io/weather-icons/";
28 license = licenses.ofl;
29 platforms = platforms.all;
30 maintainers = with maintainers; [ pnelson ];