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