summaryrefslogtreecommitdiff
path: root/pkgs/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* libSM: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* treewide: move NIX_CFLAGS_COMPILE into env for structuredAttrs (#485484)Gergő Gutyina2026-02-031-1/+1
|\
| * openloco: move NIX_CFLAGS_COMPILE into env for structuredAttrsStefan Frijters2026-01-301-1/+1
* | remove ncfavier as maintainer from various things (#486423)Naïm Camille Favier2026-02-022-2/+0
|\ \
| * | dwarf-fortress: remove ncfavier as maintainerNaïm Camille Favier2026-02-032-2/+0
| |/
* | papermc: 1.21.10-91 -> 1.21.11-69 (#459697)Weijia Wang2026-01-311-2/+6
|\ \ | |/ |/|
| * papermc: 1.21.10-91 -> 1.21.11-69R. Ryantm2026-01-051-2/+6
* | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-254-11/+14
* | various: move to pkgs/by-name (#482587)Philip Taron2026-01-2311-738/+0
|\ \
| * | pokerth: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-98/+0
| * | pentobi: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-64/+0
| * | openxray: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-99/+0
| * | openttd{,-jgrpp,-grfcodec,nml}: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-224-251/+0
| * | curseofwar: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-39/+0
| * | construo: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-42/+0
| * | cockatrice: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-45/+0
| * | arx-libertatis: move to pkgs/by-name•••this shouldn't create any rebuilds quantenzitrone2026-01-221-100/+0
* | | treewide: apply nixfmt 1.2.0Dyego Aurélio2026-01-221-1/+1
* | | gscrabble: drop; fltrator: move to by-name (#476694)Matthieu Coudron2026-01-222-128/+0
|\ \ \
| * | | gscrabble: droppancaek2026-01-031-64/+0
| * | | fltrator: move to by-name/pancaek2026-01-031-64/+0
* | | | stuntrally: 2.7 -> 3.3, modernize, and move to by name; ogre-next: init at 3....Sandro2026-01-221-93/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | stuntrally: move to by-name•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-12-255-280/+0
| * | | stuntrally: 2.7 -> 3.3•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-12-255-41/+228
* | | | openloco: add mainProgramMio2026-01-191-0/+1
* | | | speed-dreams: 2.3.0-r8786 -> 2.4.2 (#479933)dish2026-01-161-157/+0
|\ \ \ \
| * | | | speed-dreams: move to by-nameMio2026-01-161-159/+0
| * | | | speed-dreams: remove empty hydraPlatformsMio2026-01-161-1/+0
| * | | | speed-dreams: 2.3.0-r8786 -> 2.4.2Mio2026-01-141-64/+67
* | | | | dwarf-fortress-packages.dwarf-fortress-original: 53.08 -> 53.10R. Ryantm2026-01-141-9/+9
|/ / / /
* | | | treewide: remove remaining 'with [a-zA-Z]*lib;' from pkgs•••Partial #208242 Ihar Hrachyshka2026-01-061-3/+2
* | | | openttd: 14.1 -> 15.0 (#476640)Gergő Gutyina2026-01-061-19/+3
|\ \ \ \
| * | | | openttd: 14.1 -> 15.0Stefan Frijters2026-01-061-19/+3
| | |/ / | |/| |
* | | | dwarf-fortress: 53.06 -> 53.08 (#473773)@mjones2026-01-053-11/+36
|\ \ \ \ | |_|_|/ |/| | |
| * | | dwarf-fortress: 53.06 -> 53.08•••New dependency on fmt requires some cmake hackery per: https://github.com/dfhack/dfhack/blob/53.08-r1/docs/dev/compile/Compile.rst#building-dfhack-offline Morgan Jones2025-12-233-11/+36
| | |/ | |/|
* | | liquidwar: migrate to by-nameGuy Chronister2026-01-032-129/+0
* | | dwarf-fortress: fix build•••- part of: https://github.com/NixOS/nixpkgs/issues/445447 It also seems that the previous CMakeLists patche was committed upstream. Lastly, adds a missing `<cstdint>` header Sigmanificient2026-01-031-2/+9
| |/ |/|
* | minecraft-server: 1.21.10 → 1.21.11 (#469498)Ryan Mulligan2026-01-021-3/+3
|\ \
| * | minecraft-server: 1.21.10 → 1.21.11Chandler Swift2025-12-091-3/+3
* | | xonotic: fix build with c23Tyler Kaminski2026-01-012-0/+45
* | | Merge remote-tracking branch 'upstream/master'Michael Daniels2025-12-291-64/+0
|\ \ \
| * \ \ duckmarines: build from source, add love 11 support, move to by-name, fix lic...Michael Daniels2025-12-291-64/+0
| |\ \ \
| | * | | duckmarines: move to by-name•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-12-252-925/+0
| | * | | duckmarines: add love 11 support patch•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-12-252-0/+847
| | * | | duckmarines: build from source•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-12-251-6/+20
| | | |/ | | |/|
* | | | Merge master into staging-nextnixpkgs-ci[bot]2025-12-291-1/+1
|\| | |
| * | | treewide: fix broken-string-escape•••Lix is going to warn, and in the future, error on broken string escape. After a flaker run, the following escape were flagged as broken, so this commit fix them to make sure Lix is still able to build nixpkgs once the patch deprecating the broken escapes land. Justin !2025-12-281-1/+1
| |/ /
* / / openttd: fix build with gcc 15aleksana2025-12-271-0/+6
|/ /
* / treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-1025-93/+93
|/
* openttd: fix openmsx hashStefan Frijters2025-12-061-1/+1