summaryrefslogtreecommitdiffstats
path: root/pkgs/games/dxx-rebirth
AgeCommit message (Collapse)Author
2022-09-24ddx-rebirth: 0.59.20200202 -> unstable-2022-09-17Sergei Trofimovich
Fixes build by switching to default compiler. While at it moved over to SDL2.
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-10dxx-rebirth: 0.59.100 -> 0.59.20200202Peter Hoeg
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-09-25dxx-rebirth: build with gcc6 as gcc8 is not supportedPeter Hoeg
2019-08-28treewide: remove redundant recvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-14dxx-rebirth: prevent infinite loopMatthew Bauer
The postInstall phase should not run postInstall itself! My mistake in renaming the old installPhase.
2018-11-13treewide: use scons setup hookMatthew Bauer
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
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell
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!
2018-07-21dxx-rebirth: Fix buildSilvan Mosberger
See also https://github.com/NixOS/nixpkgs/commit/8414fa2d6bb1249ed77565ff6b9f312fd52917da
2018-06-10dxx-rebirth: disable format hardeningMatthew Bauer
2018-03-24treewide: use more HTTPS URLsRyan Mulligan
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.
2018-03-07dxx-rebirth: fix compilation with gcc7Peter Hoeg
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2018-02-12descent 1&2 assets: init at 2.0.0.7Peter Hoeg
2018-01-18dxx-rebirth: 0.58.1 -> 0.59.100Peter Hoeg
d1x-rebirth and d2x-rebirth now share the same source, so we build one package instead of 2.