about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/premake
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-01premake5: fix static buildEllie Hermaszewska1-1/+6
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89011-5/+3
2023-01-12premake5: mark broken on darwin aarch64Ellie Hermaszewska1-0/+1
2023-01-12premake5: 5.0.0-alpha12 -> 5.0.0-beta2Ellie Hermaszewska2-5/+45
Also set ssl certificates
2022-05-04treewide: add meta.mainProgram to many packagesMalo Bourgon1-2/+3
2022-02-06treewide: rename name to pname&versionFelix Buehler2-12/+6
2022-01-03Treewide: fix some permanent redirects on homepagesRenaud1-1/+1
(#153213) Issue #60004
2021-12-31premake: fix meta.homepageBen Siraphob1-1/+1
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob3-9/+9
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2019-11-01treewide: `*Phase(s)?` variables are optionalJohn Ericson1-1/+1
If these aren't defined, the stdenv defaults are used in the `*Phase` case, or no extra phases are done, in the `*Phases` case.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-08premake3: use premake3 -> premakeMatthew Bauer1-1/+1
premake3 only has the "premake" executable. This is a little confusing because premake4 and premake5 both have the version suffix. Fixes #51744
2018-11-28premake: add setup-hookMatthew Bauer4-2/+30
Adds a configure phase for packages using premake. premakeConfigurePhase runs the correct premake version for the premake you are using (see premake_cmd).
2017-12-07premake5: fix build on darwinOrivej Desh1-2/+2
2017-12-04premake5: 5.0.0pre.alpha.11 -> 5.0.0-alpha12Orivej Desh1-4/+4
The new premake fixes the issue in ebb2ca7574e20df9f124846583258759652c2719 for the GNU Make target.
2017-03-28premake5: init at 5.0.0pre.alpha.11Winnie Quinn1-0/+40
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2014-01-02Whitespace fixes in package expressions I maintainBjørn Forsman1-3/+3
2013-05-21Fix maintainers attributeRob Vermaas1-1/+1
2013-05-20Add myself as maintainer for several packagesBjørn Forsman1-1/+3
And set missing meta.platforms for the packages I've added earlier.
2013-04-08premake: bump to version 4.3Bjørn Forsman2-4/+34
aacskeys depends on premake3, so keep that version around.
2012-02-22premake: fixed meta.license fieldPeter Simons1-1/+1
svn path=/nixpkgs/trunk/; revision=32492
2012-02-22new package: premake -- lua based build configuration toolPeter Simons1-0/+26
this is version 3, while 4 already exists. But I only need this tool for 'aacskeys', which doesn't work with 4 svn path=/nixpkgs/trunk/; revision=32490