weather: enable on all Unix platforms

This commit is contained in:
Daniël de Kok 2020-09-22 07:45:17 +02:00
parent 53c78da3b7
commit e05feccc46

View file

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