summary refs log tree commit diff
path: root/pkgs/development/tools/toluapp
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* toluapp: Fix includes for newer Lua versionsTim Steinbach2019-01-25
| | | | See https://github.com/LuaDist/toluapp/pull/2
* scons: 3.0.1 -> 3.0.2Michael Weiss2019-01-07
| | | | | | | A few packages broke due to the SCons upgrade (they depended on deprecated options that got removed), I've kept them on version 3.0.1 for now. The rest of the rebuilds seems fine (the failing ones where already in a broken state before this change).
* treewide: use scons setup hookMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * toluapp: 1.0.92 -> 1.0.93 (#16539)Rahul Gopinath2016-06-27
| |
* | remove local pic flags, now set by hardened stdenvRobin Gloster2016-01-30
|/
* Fixed meta.license: s/licence/licensePascal Wittmann2015-05-30
|
* tolua++ (toluapp): add version 1.0.92Jan Malakhovski2015-03-26