weather: enable on darwin
This commit is contained in:
parent
72b9660dc1
commit
b06070c2bb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue