summary refs log tree commit diff
path: root/pkgs/games/dxx-rebirth
Commit message (Collapse)AuthorAge
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* dxx-rebirth: 0.59.100 -> 0.59.20200202Peter Hoeg2020-02-10
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* dxx-rebirth: build with gcc6 as gcc8 is not supportedPeter Hoeg2019-09-25
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* dxx-rebirth: prevent infinite loopMatthew Bauer2018-11-14
| | | | | The postInstall phase should not run postInstall itself! My mistake in renaming the old installPhase.
* 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
* Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* dxx-rebirth: Fix buildSilvan Mosberger2018-07-21
| | | | See also https://github.com/NixOS/nixpkgs/commit/8414fa2d6bb1249ed77565ff6b9f312fd52917da
* dxx-rebirth: disable format hardeningMatthew Bauer2018-06-10
|
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* dxx-rebirth: fix compilation with gcc7Peter Hoeg2018-03-07
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* descent 1&2 assets: init at 2.0.0.7Peter Hoeg2018-02-12
|
* dxx-rebirth: 0.58.1 -> 0.59.100Peter Hoeg2018-01-18
d1x-rebirth and d2x-rebirth now share the same source, so we build one package instead of 2.