sbcl: Resume creating version.lisp-expr file

Reverse the recent commit that removed this line.
This commit is contained in:
James Fleming 2021-02-20 15:08:23 +01:00
parent 7485a007d9
commit 2b20453a39

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
buildInputs = [texinfo];
postPatch = ''
echo '"${version}.nixos"' > version.lisp-expr
# SBCL checks whether files are up-to-date in many places..
# Unfortunately, same timestamp is not good enough
sed -e 's@> x y@>= x y@' -i contrib/sb-aclrepl/repl.lisp