diff options
author | sterni <sternenseemann@systemli.org> | 2021-08-02T13·14+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-09-01T22·57+0000 |
commit | 2e08324484aa4fcb8421900a2528ee751f905249 (patch) | |
tree | 464c43227a3744a9aaa0db4da25d17c7b3dfcbb2 /third_party/lisp/sclf/package.lisp | |
parent | a5dbd0f5d90f0493c89126fe279400d0e7ad7e5b (diff) |
feat(3p/lisp/sclf): build using buildLisp r/2811
Adding the default.nix is quite straightforward, however we have to make today's SBCL happy: due to package locking it no longer likes sclf using an sb-impl internal constant for some reason. This is however a good opportunity to clean up the stat-*-time code: It converted the times in an implementation specific way even though time.lisp does provide a generic way to convert between unix and universal time. Note that the updated ASDF file is untested, but should be a trivial enough change. Change-Id: If193bf830ac704cc53e0855d8e9fff2b5a5ef291 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3268 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/lisp/sclf/package.lisp')
-rw-r--r-- | third_party/lisp/sclf/package.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/lisp/sclf/package.lisp b/third_party/lisp/sclf/package.lisp index 50c42e1a7d62..652194f93cad 100644 --- a/third_party/lisp/sclf/package.lisp +++ b/third_party/lisp/sclf/package.lisp @@ -1,6 +1,7 @@ ;;; package.lisp --- packages description ;;; Copyright (C) 2006, 2007, 2008, 2009, 2010 by Walter C. Pelissero +;;; Copyright (C) 2021 by the TVL Authors ;;; Author: Walter C. Pelissero <walter@pelissero.de> ;;; Project: sclf @@ -179,6 +180,7 @@ #:stat-mode #:save-file-excursion #:stat-modification-time + #:stat-creation-time #:file-modification-time #:file-creation-time #:show |