summaryrefslogtreecommitdiffstats
path: root/pkgs/games/commandergenius
AgeCommit message (Collapse)Author
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-01commandergenius: 2.3.2 -> 2.3.3R. RyanTM
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
2019-03-18commandergenius: update and move to gitlab (#57740)Stephen
update and move to gitlab (repo has moved) update fixes build (https://hydra.nixos.org/build/90482453/nixlog/2) for #56826
2018-07-21Merge branch 'master' into unused5Jörg Thalheim
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-18commandergenius: 2.2.0 -> 2.2.2R. RyanTM
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.
2018-03-28commandergenius: 1822release -> 2.2.0Maximilian Bosch
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
2018-02-24treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev
2017-12-07treewide: checkMeta fixes for x86_64-linuxVladimír Čunát
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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
2016-08-22commandergenius: 194beta -> 1822releaseNikolay Amiantov
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-07-15commandergenius: init at 194betaHans-Christian Esperer