Skip to content

Commit

Permalink
fix lispWithPackages - forgot to remove faslExt
Browse files Browse the repository at this point in the history
  • Loading branch information
kgalkowski-comscore committed Mar 12, 2024
1 parent 97d5233 commit 22bfc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-cl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ let
lispWithPackagesInternal = clpkgs: packages:
let first = head (lib.attrValues clpkgs); in
(build-asdf-system {
inherit (first) pkg program flags faslExt asdf;
inherit (first) pkg program flags asdf;
# See dontUnpack in build-asdf-system
src = null;
pname = first.pkg.pname;
Expand Down

0 comments on commit 22bfc7d

Please sign in to comment.