summary refs log tree commit diff
path: root/pkgs/games/btanks/default.nix
Commit message (Collapse)AuthorAge
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* btanks: python2 -> python3Weijia Wang2022-12-08
|
* pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob2021-01-16
|
* 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
* btanks: fix building with lua 5.2Peter Hoeg2019-08-20
|
* btanks: patching away wrong lua libraryMarek Mahut2019-08-19
|
* 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
* btanks: mark as brokenUli Baum2018-09-13
| | | | no successful hydra build since 2018-03-16, last upstream release 2009.
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* btanks: fix buildRobin Gloster2017-02-28
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Making btanks work (and adding smpeg).Lluís Batlle i Rossell2011-03-28
| | | | svn path=/nixpkgs/trunk/; revision=26585
* Fixing the btanks webpage.Lluís Batlle i Rossell2011-03-27
| | | | svn path=/nixpkgs/trunk/; revision=26555
* Adding some skeleton for btanks. It needs smpeg still, to build.Lluís Batlle i Rossell2011-03-27
svn path=/nixpkgs/trunk/; revision=26554