diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 |