ccl: fix build after #28029

15d7e26377/lisp-kernel/linuxx8664/Makefile (L29)
This commit is contained in:
Orivej Desh 2018-05-29 14:11:13 +00:00
parent 59f86ab48d
commit 06f1ae5971

View File

@ -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/;