summary refs log tree commit diff
path: root/pkgs/games/ue4demos
AgeCommit message (Collapse)AuthorFilesLines
2016-04-25makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov1-1/+1
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov1-1/+1
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát1-2/+2
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
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.
2015-05-05fix "libc}/lib" and similar referencesVladimír Čunát1-1/+1
Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-09-21ue4demos: new packagelostdj1-0/+192
Closes #4082