summary refs log tree commit diff
path: root/pkgs/games/ue4demos
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* ue4demos: fix download URLsIvan Kozik2018-12-23
| | | | | | | http://ue4linux.raxxy.com/ has been down for a while. I mirrored the demos to https://ludios.org/mirror/ue4demos/ because Wayback transfer speeds can be slow.
* tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz2018-09-28
| | | | | | | | | | | In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov2016-04-25
|
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* | fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
|/ | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* ue4demos: new packagelostdj2014-09-21
Closes #4082