mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:07:42 +00:00
weather: enable on all Unix platforms
This commit is contained in:
parent
53c78da3b7
commit
e05feccc46
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user