summary refs log tree commit diff
path: root/pkgs/games/boohu
Commit message (Collapse)AuthorAge
* boohu: maintainer was removedFree Potion2021-03-10
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* boohu: 0.12.0 -> 0.13.0Free Potion2019-11-20
|
* boohu: switching to termbox-go buildFree Potion2019-05-25
| | | | | | This is necessary for a better user experience. File with go dependencies (deps.nix) was added. Minor changes: name replaced by pname, quotes for url.
* boohu: 0.11.1 -> 0.12.0Free Potion2018-12-21
|
* boohu: 0.11 -> 0.11.1 (#51248)Free Potion2018-11-30
|
* boohu: 0.10 -> 0.11Free Potion2018-11-28
|
* boohu: leave one packageFree Potion2018-10-10
| | | | | There will be only one version of the package with the fewest external dependencies.
* boohu: init at 0.10.0Free Potion2018-10-03