Unverified Commit b06070c2 authored by Zach Coyle's avatar Zach Coyle
Browse files

weather: enable on darwin

parent 72b9660d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    };
}