From 6797db61eba38f328b95854ef5f0e8befea407dc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Aug 2022 10:12:27 -0400 Subject: Add missing runtime dependencies to bild --- Biz/Bild.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 40309a1..abff330 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -48,7 +48,9 @@ rec { propagatedBuildInputs = with nixpkgs; [ pkg-config guile_3_0 - sbcl + rustc + gcc + (private.sbclWith (p: with p; [asdf alexandria])) # just enough to build Example.lisp ]; strictDeps = true; buildPhase = '' @@ -126,7 +128,6 @@ rec { name = "bizdev"; # this should just be dev tools buildInputs = with nixpkgs.pkgs; linters ++ [ - gcc bild ctags figlet -- cgit v1.2.3