From 28ecbc415e38f1cd3161473bed09451a2a14fe9f Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 14 Aug 2021 00:51:44 +0200 Subject: fix(3p/lisp/babel): add missing dep on trivial-features Change-Id: I0b95f3d6cade04de3f322a3eb209ff21eb9a98c2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3352 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/lisp/babel.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/third_party/lisp/babel.nix b/third_party/lisp/babel.nix index 7c066904fe..edc986c0e4 100644 --- a/third_party/lisp/babel.nix +++ b/third_party/lisp/babel.nix @@ -7,7 +7,10 @@ let src = builtins.fetchGit { }; in depot.nix.buildLisp.library { name = "babel"; - deps = [ depot.third_party.lisp.alexandria ]; + deps = [ + depot.third_party.lisp.alexandria + depot.third_party.lisp.trivial-features + ]; srcs = map (f: src + ("/src/" + f)) [ "packages.lisp" -- cgit 1.4.1