about summary refs log tree commit diff
path: root/third_party/lisp/parseq.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/parseq.nix')
-rw-r--r--third_party/lisp/parseq.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/third_party/lisp/parseq.nix b/third_party/lisp/parseq.nix
index fe045d5299..23c67c2d9c 100644
--- a/third_party/lisp/parseq.nix
+++ b/third_party/lisp/parseq.nix
@@ -1,13 +1,6 @@
 { depot, pkgs, ... }:
 
-let
-  src = pkgs.fetchFromGitHub {
-    owner = "mrossini-ethz";
-    repo = "parseq";
-    rev = "5cd95b324b68255d89f27f8065f4c29674558b26";
-    sha256 = "1f3vvxgyiv0xn2hzafhh63l3gnvn2vaxr5pi3ld7d340mka2ndg0";
-  };
-
+let src = with pkgs; srcOnly lispPackages.parseq;
 in depot.nix.buildLisp.library {
   name = "parseq";