mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
tzdata: enable strictDeps, enable structuredAttrs (#551967)
This commit is contained in:
@@ -35,6 +35,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
propagatedBuildOutputs = [ ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
makeFlags = [
|
||||
"TOPDIR=${placeholder "out"}"
|
||||
"TZDIR=${placeholder "out"}/share/zoneinfo"
|
||||
@@ -113,6 +115,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# minor releases.
|
||||
passthru.tests = postgresql;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.iana.org/time-zones";
|
||||
description = "Database of current and historical time zones";
|
||||
|
||||
Reference in New Issue
Block a user