summary refs log tree commit diff
path: root/pkgs/games/gnugo/default.nix
Commit message (Collapse)AuthorAge
* gnugo: pul patch pending upstream inclusion for -fno-common toolchain supportSergei Trofimovich2022-05-21
| | | | | | | | | Without the change build on upstream gcc-10 fails as: ld: dfa.o:/build/gnugo-3.8/patterns/../engine/liberty.h:861: multiple definition of `meaningless_white_moves'; mkpat.o:/build/gnugo-3.8/patterns/../engine/liberty.h:861: first defined here ld: dfa.o:/build/gnugo-3.8/patterns/../engine/liberty.h:860: multiple definition of `meaningless_black_moves'; mkpat.o:/build/gnugo-3.8/patterns/../engine/liberty.h:860: first defined here
* pkgs/games: stdenv.lib -> libBen Siraphob2021-01-15
|
* 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
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | 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/
* gnugo: fix homepageMarkus Kowalewski2018-09-03
|
* 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
* gnugo: disable format hardeningRobin Gloster2016-08-03
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Three Games and Perl Support for IrssiPeter Simons2010-05-17
Here are four patches. Three of them add expressions for games. The fourth, irssi-perl.patch, adds perl as an input for irssi, so that one can run perl plugins in irssi. I didn't make the perl input optional, but maybe it should be to keep the irssi expression light. svn path=/nixpkgs/trunk/; revision=21813