summary refs log tree commit diff
path: root/pkgs/games/commandergenius
Commit message (Collapse)AuthorAge
* pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob2021-01-16
|
* 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: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* commandergenius: 2.3.2 -> 2.3.3R. RyanTM2019-05-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commandergenius/versions
* commandergenius: update and move to gitlab (#57740)Stephen2019-03-18
| | | | update and move to gitlab (repo has moved) update fixes build (https://hydra.nixos.org/build/90482453/nixlog/2) for #56826
* Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\
| * commandergenius: 2.2.0 -> 2.2.2R. RyanTM2018-07-18
| | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commandergenius/versions.
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* commandergenius: 1822release -> 2.2.0Maximilian Bosch2018-03-28
| | | | | | | | | | | The `1822-release` build breaks on Hydra, some days ago the stable `2.2.0` release has been tagged on upstream. It required some new build inputs (zlib, curl, SDL2_mixer, python3) and some minor changes in the cmakeFlags and makeFlags for the build. See https://hydra.nixos.org/build/71818713/log See ticket #36453 and #31747
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* commandergenius: 194beta -> 1822releaseNikolay Amiantov2016-08-22
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* commandergenius: init at 194betaHans-Christian Esperer2016-07-15