2024-07-27 06:49:29 +00:00
|
|
|
{ makeSetupHook
|
2023-08-22 20:05:09 +00:00
|
|
|
, teensy-cmake-macros
|
|
|
|
}:
|
|
|
|
|
|
|
|
makeSetupHook {
|
|
|
|
name = "teensy-cmake-macros-hook";
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ teensy-cmake-macros ];
|
|
|
|
|
|
|
|
passthru = { inherit teensy-cmake-macros; };
|
|
|
|
|
|
|
|
meta = {
|
2024-06-20 14:57:18 +00:00
|
|
|
description = "Setup hook for teensy-cmake-macros";
|
2023-08-22 20:05:09 +00:00
|
|
|
inherit (teensy-cmake-macros.meta) maintainers platforms broken;
|
|
|
|
};
|
|
|
|
} ./setup-hook.sh
|