about summary refs log tree commit diff
path: root/pkgs/games/ufoai
AgeCommit message (Collapse)AuthorFilesLines
2024-07-28treewide: remove viric from meta.maintainers [orphans]Anderson Torres1-1/+1
Since theey is not active from at least six years. All the packages on this commit became orphans. --------------------------------------------------------------------------- There are files not covered by this commit, because they will be adopted soon. Namely: - pkgs/by-name/zs/zsync/package.nix - pkgs/games/bsdgames/default.nix - pkgs/misc/ghostscript/default.nix - pkgs/os-specific/linux/kernel/perf/default.nix - pkgs/tools/system/logrotate/default.nix
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
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
2022-06-02ufoai: add -fcommon workaroundSergei Trofimovich1-0/+7
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: r_gl.h:52: multiple definition of `qglGenBuffers'; r_gl.h:52: first defined here
2022-03-06ufoai: fix underlinking against -lmSergei Trofimovich1-1/+7
Without the change build fails as: ld: release-linux-x86_64/testall/client/sound/s_mix.c.o: undefined reference to symbol 'acos@@GLIBC_2.2.5' With change added I was able to start ufoai.
2021-06-25games: /s/name/pname&version/Felix Buehler1-3/+4
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-5/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-11-05Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra1-1/+2
2013-05-02ufoai: Remove from the channelEelco Dolstra1-1/+1
It's 898 MiB compressed.
2013-01-26Update ufoai to 2.4, clean dependencies and the expression.Vladimír Čunát1-36/+18
2013-01-17Remove some oversized packages from the channelEelco Dolstra1-1/+1
E.g. urbanterror takes up 2x720 MiB.
2012-07-02ufoai: fixing the build. Building with libpng12.Lluís Batlle i Rossell1-1/+2
2010-08-29Adding the game UFO: Alien Invasion.Lluís Batlle i Rossell1-0/+52
svn path=/nixpkgs/trunk/; revision=23488