remove this unneccesary hack

This commit is contained in:
Chris Cochrun 2024-04-21 13:23:52 -05:00
parent aee6d10404
commit 6034b7764a

View file

@ -63,7 +63,6 @@ pkgs.sbcl.buildASDFSystem {
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.lib.makeLibraryPath [ sbcl' openssl.dev openssl.out openssl pkg-config ]}"
wrapProgram $out/bin/tfcserver \
--prefix LD_LIBRARY_PATH : $LD_LIBRARY_PATH \
--prefix SBCL_HOME : ${sbcl'}/lib/sbcl/sbcl.core \
'';
meta = with lib; {