Home Explore Blog Models CI



nixpkgs

1st chunk of `doc/hooks/premake.section.md`
9044789141121321754bbed5c0673cb95d78894f7530547000000001000001cb
# Premake {#premake-hook}

This setup hook attempts to configure the package using [the Premake build configuration system](https://premake.github.io/). It overrides the `configurePhase` by default, if none exists.

[]{#premake-hook-premakefile} The Premakefile to use can be specified by setting `premakefile` in the derivation.

[]{#premake-hook-premakeFlagsArray} The flags passed to Premake can be configured by adding strings to the `premakeFlags` list.

Title: Premake Setup Hook
Summary
This chunk describes the Premake setup hook, which configures packages using the Premake build system. It automatically overrides the `configurePhase` if one doesn't already exist. Users can specify the `Premakefile` to be used by setting `premakefile` in the derivation, and configure flags passed to Premake by adding strings to the `premakeFlags` list.