aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
blob: a160cef9e0334efc42ca2dfb24592f221fe84970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
args @ { fetchurl, ... }:
rec {
  baseName = ''cl-store'';
  version = ''20191130-git'';

  parasites = [ "cl-store-tests" ];

  description = ''Serialization package'';

  deps = [ args."rt" ];

  src = fetchurl {
    url = ''http://beta.quicklisp.org/archive/cl-store/2019-11-30/cl-store-20191130-git.tgz'';
    sha256 = ''1pybx08w486d3bmn8fc6zxvxyprc3da24kk3wxhkrgh0fi1vmcbc'';
  };

  packageName = "cl-store";

  asdFilesToKeep = ["cl-store.asd"];
  overrides = x: x;
}
/* (SYSTEM cl-store DESCRIPTION Serialization package SHA256
    1pybx08w486d3bmn8fc6zxvxyprc3da24kk3wxhkrgh0fi1vmcbc URL
    http://beta.quicklisp.org/archive/cl-store/2019-11-30/cl-store-20191130-git.tgz
    MD5 d6052274cd0c6a86bfc2de1e4a8a0886 NAME cl-store FILENAME cl-store DEPS
    ((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20191130-git SIBLINGS NIL
    PARASITES (cl-store-tests)) */