weather: enable on darwin

This commit is contained in:
Zach Coyle 2020-09-21 18:13:52 -04:00
parent 72b9660dc1
commit b06070c2bb
No known key found for this signature in database
GPG key ID: 8F830B7352A50B24

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;
};
}