weather: enable on darwin
This commit is contained in:
parent
72b9660dc1
commit
b06070c2bb
@ -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 New Issue
Block a user