summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/cmucl/binary.nix
AgeCommit message (Collapse)Author
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-04-25treewide: switch instances of lib.teams.*.members to the new meta.teams ↵Fernando Rodrigues
attribute Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-11-24treewide: add mainProgram attribute to lisp compilersTANIGUCHI Masaya
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2023-04-05lisp-modules: set maintainers to the lisp teamKasper Gałkowski
2022-10-23cmucl_binary: 21b -> 21dAndersonTorres
And a complete rewite of this somewhat old expression.
2022-10-23cmucl: remove tohl from meta.maintainers listAndersonTorres
Because tohl disappeared (last seen 2021-01-28).
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-17treewide: name -> pnamevolth
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2017-04-21cmucl: 21a -> 21bTomas Hlavaty
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2015-11-26cmucl: add myself as a maintainerTomas Hlavaty
2015-10-04cmucl: 20b -> 21aTomas Hlavaty
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-11-08Add CMUCL Common Lisp compilerMarco Maggesi
svn path=/nixpkgs/trunk/; revision=24618