weather: Use scoped variable to increase readability
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
a4a1c016a3
commit
5e3ec7ea1e
@ -31,11 +31,11 @@ stdenv.mkDerivation rec {
|
|||||||
wrapPythonPrograms
|
wrapPythonPrograms
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://fungi.yuggoth.org/weather";
|
homepage = "http://fungi.yuggoth.org/weather";
|
||||||
description = "Quick access to current weather conditions and forecasts";
|
description = "Quick access to current weather conditions and forecasts";
|
||||||
license = stdenv.lib.licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
|
maintainers = [ maintainers.matthiasbeyer ];
|
||||||
platforms = with stdenv.lib.platforms; linux; # my only platform
|
platforms = platforms.linux; # my only platform
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user