Unverified Commit 748aa38c authored by Daniël de Kok's avatar Daniël de Kok Committed by GitHub
Browse files

Merge pull request #98195 from zachcoyle/weather-enable-darwin

weather: enable on darwin
parents 6bbdbaab b06070c2
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;
    };
}