depot/third_party/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/dissect.nix
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

25 lines
859 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''dissect'';
version = ''20190710-git'';
description = ''A lib for introspecting the call stack and active restarts.'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/dissect/2019-07-10/dissect-20190710-git.tgz'';
sha256 = ''15h653gbi9iybns0ll8rhjr7diwwnq4g9wf51f6d9846nl1v424b'';
};
packageName = "dissect";
asdFilesToKeep = ["dissect.asd"];
overrides = x: x;
}
/* (SYSTEM dissect DESCRIPTION
A lib for introspecting the call stack and active restarts. SHA256
15h653gbi9iybns0ll8rhjr7diwwnq4g9wf51f6d9846nl1v424b URL
http://beta.quicklisp.org/archive/dissect/2019-07-10/dissect-20190710-git.tgz
MD5 fb0e90e86fe4c184c08d19c1ef61d4e4 NAME dissect FILENAME dissect DEPS NIL
DEPENDENCIES NIL VERSION 20190710-git SIBLINGS NIL PARASITES NIL) */