Home Explore Blog Models CI



nixpkgs

doc/hooks/premake.section.md
5a93b715938014f93c3d71f6491860351b4fa1f7634fc48000000003000001cb
# 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.

Chunks
90447891 (1st chunk of `doc/hooks/premake.section.md`)
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.