diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-08T18·40+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-08T18·40+0000 |
commit | ca199a57d9b06130f6149a50742bba6c1c75a009 (patch) | |
tree | 1770935a7b786ba5d7bf258334453b5468fc841e /third_party/default.nix | |
parent | 1297afec4b5d4d343b055e48e0e6961377054ebc (diff) |
feat(buildLisp): Implement dependency loading & propagation r/346
Similar to buildGo.nix, the library derivations carry information about their dependencies which is merged when a load file is instantiated. The load files are created when compiling libraries, but will in the future also be created when wrapping SBCL and dumping images.
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index abef9e872b59..6e7bf873c603 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -73,6 +73,7 @@ let ripgrep rsync runCommand + runCommandNoCC rustPlatform rustc sbcl |