3
0
Fork 0
forked from mirrors/nixpkgs

tzdata: set platforms to build on hydra

This commit is contained in:
Domen Kožar 2014-10-27 18:41:32 +01:00
parent 48a9449102
commit 6f9a111186

View file

@ -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;
};
}