about summary refs log tree commit diff
path: root/pkgs/development/compilers/bigloo
AgeCommit message (Collapse)AuthorFilesLines
2023-08-05treewide: amend hacks of removing $(pwd)Vladimír Čunát1-2/+8
The strip phase is using $TMPDIR now, so it would fail with: mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory
2023-03-19bigloo: mark darwin aarch64 as brokenStanisław Pitucha1-0/+1
Segfaults during build: ``` make[3]: Entering directory '/private/tmp/nix-build-bigloo-4.4b.drv-0/bigloo-4.4b/bde' /private/tmp/nix-build-bigloo-4.4b.drv-0/bigloo-4.4b/bin/bigloo.sh -O3 -fcfa-arithmetic -q -lib-dir /private/tmp/nix-build-bigloo-4.4b.drv-0/bigloo-4.4b/lib/bigloo/4.4b -ld-relative -g -c afile/afile.scm -o afile/afile.o *** ERROR:bigloo: `segmentation violation' exception -- raised ```
2023-01-15bigloo: unbreak on x86_64-darwinWeijia Wang1-4/+0
2022-05-29bigloo: mark broken on x86_64 DarwinRick van Schijndel1-0/+4
2021-10-04bigloo: explicitly depend on unistring on darwin (#140521)Vincent Laporte1-3/+4
Co-authored-by: figsoda <figsoda@pm.me>
2021-08-14bigloo 4.3h -> 4.4bArtturin1-2/+2
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob1-6/+6
2021-01-21treewide: editorconfig fixeszowoq1-4/+4
- remove trailing whitespace - use spaces for indentation
2020-09-21bigloo: 4.1a-2 → 4.3h; hop: 2.5.1 → 3.3.0Vincent Laporte1-4/+16
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-05-16treewide: fixup packages with RPATH problemsVladimír Čunát1-0/+3
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+1
2015-01-01bigloo: propagate gmp build inputVincent Laporte1-2/+2
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-10-24bigloo: 3.7a -> 4.1a-2Austin Seipp1-9/+9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-06-07fix evalDomen Kozar1-1/+1
2013-06-07Add package versions to some of the packages or fix existing ones to conform ↵Evgeny Egorochkin1-2/+3
to nixpkgs conventions.
2011-10-05Bigloo 3.7a.Ludovic Courtès1-6/+11
svn path=/nixpkgs/trunk/; revision=29679
2010-03-01Bigloo: Add `meta.maintainers' and `meta.platforms'.Ludovic Courtès1-0/+3
svn path=/nixpkgs/trunk/; revision=20315
2009-01-11Bigloo 3.2a.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=13738
2009-01-01Bigloo has tired me with disappearing betas.. Michael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=13672
2008-12-21Bigloo version bump to beta 2088-12-18Michael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=13667
2008-12-20removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber1-2/+2
qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
2008-09-16Bigloo 3.1c.Ludovic Courtès1-4/+3
svn path=/nixpkgs/trunk/; revision=12869
2008-05-29Add Stalin, an efficient Scheme compiler.Ludovic Courtès1-0/+2
svn path=/nixpkgs/trunk/; revision=11927
2008-04-02Add Bigloo, a fast Scheme compiler.Ludovic Courtès1-122/+40
svn path=/nixpkgs/trunk/; revision=11458
2008-03-11updated bigloo (no longer requires hack)Marc Weber1-11/+7
svn path=/nixpkgs/trunk/; revision=11052
2008-02-08bigloo is now compilingMarc Weber1-0/+130
svn path=/nixpkgs/trunk/; revision=10549