Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
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/'
2024-06-09 23:07:45 +02:00
Morgan Jones
91899502a0
dwarf-fortress: address code review feedback
2024-04-11 20:05:50 -07:00
Philip Taron
7a546620b2
Avoid top-level with ...;
in pkgs/games/dwarf-fortress/twbt/default.nix
2024-03-31 00:42:56 +01:00
GetPsyched
ae6e632dcf
treewide: update meta.description to fit the guidelines
2024-01-12 21:38:16 +05:30
Naïm Favier
ab693c7592
dwarf-fortress.dfhack: drop broken versions
...
These versions don't build because their submodules use `git://` URLs,
which are no longer supported by GitHub.
I don't think there's a reasonable way to work around that since
`fetchgit` doesn't allow patching the source *before* fetching
submodules.
2022-11-17 09:50:53 +01:00
Naïm Favier
e786b3ec21
dwarf-fortress.dfhack: updates and fixes
...
Updates the release number for the latest two DF versions, and fixes some
older ones.
Notable change from 0.47.05-r7: dfhack.init was moved into
dfhack-config/init.
https://github.com/DFHack/dfhack/releases/tag/0.47.05-r7
https://github.com/DFHack/dfhack/releases/tag/0.47.04-r5
2022-11-17 09:50:52 +01:00
Kevin Cox
d4d9dd61a1
dwarf-fortress-packages.twbt: Fix twbt version to match tfhack version.
...
Otherwise you get an error upon starting the game:
```
Plugin twbt was not built for this version of DFHack.
Plugin: 0.47.05-beta1, DFHack: 0.47.05-r1
```
2021-07-31 22:05:44 -04:00
Jonathan Ringer
a4ebde8064
dwarf-fortress/twbt: add 0.47.05 support
2021-07-11 21:03:43 -07:00
Artturin
cd3ed54f6e
dwarf-fortress: refactor
2021-06-30 00:10:57 -07:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
ca7f39f987
pkgs/data, pkgs/games: [sS]tdenv.*lib -> lib
2021-01-17 20:59:16 +07:00
Cole Helbling
e2b09f42ba
dwarf-fortress: TWBT: use fork for dfhack 0.47.04 support
...
The original mifki TWBT hasn't been updated since April 2019, while
thurin's fork has added support for dfhack 0.47.04-r2. Thus, switch to
thurin's fork when Dwarf Fortress 0.47.04 is used (and ever-so-slightly
special case the url attribute).
2020-08-21 14:45:53 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jonathan Ringer
c9f216d5d5
dwarf-fortress: 0.47.02 -> 0.47.04
2020-03-13 14:46:55 -07:00
Jonathan Ringer
71af0ea361
dwarf-fortress.twbt: add 6.61 release
...
This is just the latest release, there hasn't been
a release for a few months.
2020-02-14 12:50:12 -08:00
volth
7bb6b373ab
treewide: name -> pname ( #67513 )
2019-08-31 07:41:22 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Morgan Jones
213b5457fc
Inline JSON files
2018-09-09 07:15:59 +00:00
Morgan Jones
2cd2571edd
Update twbt to 6.54
2018-09-09 07:03:59 +00:00
Morgan Jones
4ada74e293
dwarf-fortress: Support multiple unfuck/dfhack/TWBT versions
2018-09-09 06:59:41 +00:00
Herwig Hochleitner
da9da8defd
dwarf-fortess: make 0.44.12 the default version
...
all necessary support packages seem to have caught up
cc @matthewbauer @Baughn @volth
2018-08-17 12:48:59 +02:00
Svein Ove Aas
b0c7245ee5
dwarf-fortress: Add "lazy pack", config flags and some comments.
2018-07-05 20:48:52 +01:00
Svein Ove Aas
5012ce727a
dwarf-fortress: Init TWBT at 6.46
2018-07-05 20:21:59 +01:00