about summary refs log tree commit diff
path: root/third_party/lisp/unix-opts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/unix-opts.nix')
-rw-r--r--third_party/lisp/unix-opts.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lisp/unix-opts.nix b/third_party/lisp/unix-opts.nix
index 99117d8beb..389de25eff 100644
--- a/third_party/lisp/unix-opts.nix
+++ b/third_party/lisp/unix-opts.nix
@@ -1,8 +1,8 @@
 # unix-opts is a portable command line argument parser
-{ depot, ...}:
+{ depot, pkgs, ...}:
 
 let
-  src = depot.third_party.fetchFromGitHub {
+  src = pkgs.fetchFromGitHub {
     owner = "libre-man";
     repo = "unix-opts";
     rev = "b805050b074bd860edd18cfc8776fdec666ec36e";