SquircleSpace / ql2nix

Create a nix expression for loading quicklisp packages
MIT License
18 stars 3 forks source link

Bundle dependencies #9

Open teu5us opened 3 years ago

teu5us commented 3 years ago

Some CL systems have external (CFFI) dependencies. Trying to bundle cl-ana with ql2nix I noticed that such dependencies should be supplied to nixlispBundle as buildInputs as well as new environment variables values (LD_LIBRARY_PATH, CPATH, etc.). It seems there is no way currently to do that.

Also, which is a bit irrelevant, cl-ana cannot be bundled directly. Instead, one needs to bundle all of it's subsystems.