mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
tcl.tclPackageHook: inherit maintainers and platforms
This commit is contained in:
parent
1e3148d3fe
commit
b0c2a800d6
@ -63,6 +63,9 @@ let
|
||||
tclPackageHook = callPackage ({ buildPackages }: makeSetupHook {
|
||||
name = "tcl-package-hook";
|
||||
propagatedBuildInputs = [ buildPackages.makeBinaryWrapper ];
|
||||
meta = {
|
||||
inherit (meta) maintainers platforms;
|
||||
};
|
||||
} ./tcl-package-hook.sh) {};
|
||||
# verify that Tcl's clock library can access tzdata
|
||||
tests.tzdata = runCommand "${pname}-test-tzdata" {} ''
|
||||
|
Loading…
Reference in New Issue
Block a user