weather: enable on all Unix platforms

This commit is contained in:
Daniël de Kok
2020-09-22 19:56:48 +02:00
parent 53c78da3b7
commit e05feccc46
+1 -1
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;
};
}