about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-08T18·40+0000
committerVincent Ambo <tazjin@google.com>2020-01-08T18·40+0000
commitca199a57d9b06130f6149a50742bba6c1c75a009 (patch)
tree1770935a7b786ba5d7bf258334453b5468fc841e /third_party
parent1297afec4b5d4d343b055e48e0e6961377054ebc (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')
-rw-r--r--third_party/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index abef9e872b..6e7bf873c6 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -73,6 +73,7 @@ let
       ripgrep
       rsync
       runCommand
+      runCommandNoCC
       rustPlatform
       rustc
       sbcl