weather: enable on darwin

This commit is contained in:
Zach Coyle
2020-09-21 18:13:52 -04:00
parent 72b9660dc1
commit b06070c2bb

View File

@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "Quick access to current weather conditions and forecasts";
license = licenses.isc;
maintainers = [ maintainers.matthiasbeyer ];
platforms = platforms.linux; # my only platform
platforms = platforms.linux ++ platforms.darwin;
};
}