summary refs log tree commit diff
path: root/pkgs/games/gargoyle
Commit message (Collapse)AuthorAge
* pkgs/games: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/games: stdenv.lib -> libBen Siraphob2021-01-15
|
* 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
* gargoyle: 2018.10.06 -> 2019.01.01Benjamin Slade2020-06-21
| | | | | | - latest released version - changes: adopt suggestions + more fixes
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gargoyle: remove cf-privateDaiderd Jordan2019-07-03
|
* treewide: remove old patches for macOSMatthew Bauer2019-04-26
| | | | These shouldn’t be needed now that we are on macOS 10.12.
* treewide: fixup bcf54cernhmjoj2019-04-12
| | | | | fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* gargoyle: 2017-08-27 -> 2018-10-06Orivej Desh2018-11-11
|
* gargoyle: fix darwin buildDaiderd Jordan2018-03-17
| | | | /cc ZHF #36454
* gargoyle: 2017-05-10 -> 2018-08-27David Pflug2017-08-30
|
* gargoyle: 2017-03-12 -> 2017-05-17Orivej Desh2017-08-26
|
* gargoyle: init at 2017-03-12Orivej Desh2017-03-19