aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/ccl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove redundant quotesvolth2019-08-261-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-261-2/+2
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-1/+1
| | | | It is deprecated and will be removed after 18.09.
* ccl: fix build after #28029Orivej Desh2018-05-291-0/+2
| | | | https://github.com/Clozure/ccl/blob/15d7e26377efa27eeb7086960f090f8c8ab5330e/lisp-kernel/linuxx8664/Makefile#L29
* ccl: fix darwin buildDaiderd Jordan2018-03-141-12/+3
| | | | /cc ZHF #36454
* ccl: add MacOS versionEldar Tsraev2018-02-281-4/+26
|
* ccl: 1.11 -> 1.11.5Tomas Hlavaty2017-12-011-15/+6
|
* ccl: fix build with glibc 2.26Orivej Desh2017-11-091-2/+8
|
* Update homepage attributes: http -> httpsmimadrid2017-08-031-1/+1
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* ccl: create ccl symlinkTomas Hlavaty2017-06-281-0/+1
| | | | | | | Make it more intuitive for users to start ccl and avoid platform dependent executable names. https://github.com/NixOS/nixpkgs/issues/26934
* ccl: fix hashFranz Pletz2016-08-231-1/+1
|
* ccl: fix hashRobin Gloster2016-02-071-1/+1
|
* ccl: 1.10 -> 1.11Slawomir Gonet2016-01-141-3/+3
|
* ccl: add myself as a maintainerTomas Hlavaty2015-11-261-1/+1
|
* lisps: some refactoringVladimír Čunát2015-10-011-8/+8
|
* ccl: also on armTomas Hlavaty2015-09-301-5/+30
|
* ccl: fix fetchsvn hash (fixes #9746)Vladimír Čunát2015-09-151-1/+1
| | | | No idea what's changed.
* ccl: fix paths to coreutilsmuflax2014-11-291-3/+11
|
* ccl: 1.8 -> 1.10 (reapply after false revert)muflax2014-11-271-39/+37
|
* Revert "ccl: 1.8 -> 1.10"Arseniy Seroka2014-11-281-37/+39
|
* ccl: 1.8 -> 1.10muflax2014-11-271-39/+37
|
* Update Clozure Common Lisp to version 1.8Michael Raskin2012-10-171-2/+2
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-2/+2
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Added Clozure CLMichael Raskin2010-02-241-0/+49
svn path=/nixpkgs/trunk/; revision=20211