weather: enable on all Unix platforms

gstqt5
Daniël de Kok 2020-09-22 07:45:17 +02:00
parent 53c78da3b7
commit e05feccc46
1 changed files with 1 additions and 1 deletions

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