mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
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
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Clozure Common Lisp";
|
||||
homepage = https://ccl.clozure.com/;
|
||||
|
Loading…
Reference in New Issue
Block a user