fix(third_party): Expose various other missing dependencies

This commit is contained in:
Vincent Ambo 2019-12-09 03:36:50 +00:00
parent 998a2ceb17
commit 7da979124f
5 changed files with 10 additions and 5 deletions

View file

@ -4,5 +4,5 @@
import ./quicklisp.nix {
inherit (pkgs) lib;
inherit (pkgs.third_party.nixpkgs) lispPackages;
inherit (pkgs.third_party) lispPackages;
}