about summary refs log tree commit diff
path: root/pkgs/development/compilers/yap
AgeCommit message (Collapse)AuthorFilesLines
2022-05-30treewide: pkgs/development: mark broken for aarch64-linuxRick van Schijndel1-1/+2
2022-05-18yap: add -fcommon workaroundSergei Trofimovich1-1/+5
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: libYap.a(pl-dtoa.o):/build/yap-6.3.3/H/pl-yap.h:230: multiple definition of `ATOM_'; libYap.a(pl-buffer.o):/build/yap-6.3.3/H/pl-yap.h:230: first defined here
2021-10-14Drop myself from meta.maintainers for most packages.Peter Simons1-1/+0
I'd like to reduce the number of Github notifications and review requests I receive.
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-02-18yap: -fpermissive to fix build with gcc7Vladimír Čunát1-0/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+1
2015-04-30meta.description fixupsJoachim Fasting1-1/+1
Mostly scripted substitutions with a couple of subjective enhancements.
2015-03-04yap: mark 32 bit Linux build brokenPeter Simons1-0/+1
2015-01-27yap: update from 6.2.2 to 6.3.3Peter Simons1-2/+2
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-03-07yap: revert update from 6.2.2 to 6.3.3Peter Simons1-2/+2
This reverts commit 41c662dcf68ce41c64ceb73a2f21a8aac09eb41e. The update doesn't compile in i686, and I don't have time to investigate at the moment.
2014-03-05yap: update from 6.2.2 to 6.3.3Peter Simons1-2/+2
2013-10-05add tabling to yapDries Van Daele1-0/+2
2013-09-11yap: add 'zlib' and 'gmp' build inputs to enable additional featuresPeter Simons1-4/+7
2013-09-11Update YAP to version 6.2.2Dries Van Daele1-5/+8
2013-07-14Even more mirror:// fixesEvgeny Egorochkin1-1/+1
2009-10-28* Improved a bunch of "name" attributes (mostly missing versionEelco Dolstra1-10/+9
numbers). svn path=/nixpkgs/trunk/; revision=17991
2008-03-13yap prolog system addedMarc Weber1-0/+17
svn path=/nixpkgs/trunk/; revision=11090