Home Explore Blog 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
949ab6e4 (1st chunk of `doc/hooks/premake.section.md`)
Title: Premake Setup Hook
Summary
This section describes the Premake setup hook, which uses the Premake build configuration system to configure a package. It explains how to specify the Premakefile to use via the `premakefile` attribute and how to configure flags passed to Premake using the `premakeFlags` list.