about summary refs log tree commit diff
path: root/pkgs/games/xboard
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-1/+1
found with nixpkgs-lint
2022-06-05xboard: pull patch pending upstream inclusion for -fno-common toolchain supportSergei Trofimovich1-0/+11
Without the change build fails on upstream gcc-10 as: ld: evalgraph.o:(.bss+0x20): multiple definition of `ics_type'; backend.o:(.bss+0x1df910): first defined here ld: nevalgraph.o:(.bss+0x8): multiple definition of `currPvInfo'; backend.o:(.bss+0x1df908): first defined here
2021-12-19xboard: refactorFelix Buehler2-27/+48
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b2-4/+5
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2016-12-22gnuchess and xboard definitely work on darwinJames Kent1-1/+1
2016-08-11xboard: 4.9.0 -> 4.9.1Michael Raskin1-4/+4
2016-05-15xboard: 4.8.0 -> 4.9.0Michael Raskin1-6/+7
2014-11-05Update XBoardMichael Raskin1-4/+4
2014-03-08Update XBoardMichael Raskin1-4/+4
2013-10-20Updating XBoard to 4.7.2Michael Raskin1-4/+4
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin1-1/+1
possible
2013-05-08Updates: Wine, SBCL, XBoardMichael Raskin1-4/+4
2013-03-07XBoard: update to version 4.7.0Michael Raskin1-6/+7
2012-12-12XBoard: update to 4.6.2Michael Raskin4-37/+24
2009-12-10Update xboardMichael Raskin3-6/+20
svn path=/nixpkgs/trunk/; revision=18870
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=15662
2009-01-31Added GNU Chess and XBoardMichael Raskin1-0/+32
svn path=/nixpkgs/trunk/; revision=13923