summary refs log tree commit diff
path: root/pkgs/games/scid-vs-pc
Commit message (Collapse)AuthorAge
* scid-vs-pc: 4.22 -> 4.24Weijia Wang2023-06-09
|
* treewide: replace http by https when https is a permanent redirectionFerry Jérémie2023-01-22
|
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* scid-vs-pc: 4.21 -> 4.22R. RyanTM2021-08-28
|
* scid: add todo commentsSandro Jäckel2021-06-17
|
* scid-vs-pc: Simplify package with tcl.mkTclDerivationAndrew Brooks2021-05-21
|
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* scid-vs-pc: 4.20 -> 4.21R. RyanTM2020-01-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* scid-vs-pc: 4.19 -> 4.20 (#58877)R. RyanTM2019-04-07
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/scid-vs-pc/versions
* scid-vs-pc: 4.18.1 -> 4.19Johannes Frankenau2019-02-07
|
* scid-vs-pc: Set meta platforms to linuxSebastian Galkin2018-01-13
| | | | | | | | | | | | Darwin spits the following error: Location of "tk.h": not found Location of Tcl 8.6 library: /nix/store/zr4n0fdb3nsdp80vff9mihks22w1g8jm-tcl-8.6.6/lib Location of Tk 8.6 library: /nix/store/bwlx46zncj2c6bv2sn75ai0wgzc89d93-tk-8.6.6/lib Location of X11 library: /nix/store/093lzjvm2r27rprpqxvyrgqvfp1k0dlf-libX11-1.6.5/lib/ Checking if your system already has zlib installed: no. Error: compiler g++ does not support C++0x (C++11).
* scid-vs-pc: init at version 4.18.1Sebastian Galkin2018-01-12
scid vs pc is a chess database and playing program, a more maintained fork of scid. scid was already packaged so this change adds a very similar expression. Currently scid and scid-vs-pc collide since they install the same binaries.