diff options
Diffstat (limited to 'third_party/lisp/cl-fad.nix')
-rw-r--r-- | third_party/lisp/cl-fad.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lisp/cl-fad.nix b/third_party/lisp/cl-fad.nix index 8131bf31be2d..85a36568524b 100644 --- a/third_party/lisp/cl-fad.nix +++ b/third_party/lisp/cl-fad.nix @@ -1,9 +1,9 @@ # Portable pathname library -{ depot, ...}: +{ depot, pkgs, ...}: with depot.nix; -let src = depot.third_party.fetchFromGitHub { +let src = pkgs.fetchFromGitHub { owner = "edicl"; repo = "cl-fad"; rev = "c13d81c4bd9ba3a172631fd05dd213ab90e7d4cb"; |