sbcl: Resume creating version.lisp-expr file
Reverse the recent commit that removed this line.
This commit is contained in:
parent
7485a007d9
commit
2b20453a39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user