Orivej Desh
2018-05-29 14:12:18 +00:00
parent 59f86ab48d
commit 06f1ae5971
@@ -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/;