diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-29T10·11+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-29T10·12+0000 |
commit | 10e2e56b67b41eb6315fdc4cc1bc161f43440dad (patch) | |
tree | f2a37562e71b850bb7c0f013559da25bce3c4fed /fun/wcl/default.nix | |
parent | 6f728f33a674ce668ded32af9a272ff21b182164 (diff) |
refactor(fun/wcl): Use portable unix-opts library r/475
unix-opts, imported into buildLisp.nix in the previous commit, provides an implementation independent way of parsing command line arguments.
Diffstat (limited to 'fun/wcl/default.nix')
-rw-r--r-- | fun/wcl/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fun/wcl/default.nix b/fun/wcl/default.nix index 17367f3d8072..ca1cbb80589a 100644 --- a/fun/wcl/default.nix +++ b/fun/wcl/default.nix @@ -8,6 +8,7 @@ pkgs.nix.buildLisp.program { ]; deps = with pkgs.third_party.lisp; [ + unix-opts iterate ]; } |