forked from mirrors/nixpkgs
tzdata: set platforms to build on hydra
This commit is contained in:
parent
48a9449102
commit
6f9a111186
|
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = http://www.iana.org/time-zones;
|
||||
description = "Database of current and historical time zones";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue