ccl: fix build after #28029
15d7e26377/lisp-kernel/linuxx8664/Makefile (L29)
This commit is contained in:
parent
59f86ab48d
commit
06f1ae5971
@ -81,6 +81,8 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s "$out"/bin/"${CCL_RUNTIME}" "$out"/bin/ccl
|
ln -s "$out"/bin/"${CCL_RUNTIME}" "$out"/bin/ccl
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Clozure Common Lisp";
|
description = "Clozure Common Lisp";
|
||||||
homepage = https://ccl.clozure.com/;
|
homepage = https://ccl.clozure.com/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user