aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/net-telent-date.nix
blob: a9c492795636ece8ca611547b10ec54bb7c2b89c (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
args @ { fetchurl, ... }:
rec {
  baseName = ''net-telent-date'';
  version = ''net-telent-date_0.42'';

  description = ''System lacks description'';

  deps = [ ];

  src = fetchurl {
    url = ''http://beta.quicklisp.org/archive/net-telent-date/2010-10-06/net-telent-date_0.42.tgz'';
    sha256 = ''06vdlddwi6kx999n1093chwgw0ksbys4j4w9i9zqvw768wxp4li1'';
  };

  packageName = "net-telent-date";

  asdFilesToKeep = ["net-telent-date.asd"];
  overrides = x: x;
}
/* (SYSTEM net-telent-date DESCRIPTION System lacks description SHA256
    06vdlddwi6kx999n1093chwgw0ksbys4j4w9i9zqvw768wxp4li1 URL
    http://beta.quicklisp.org/archive/net-telent-date/2010-10-06/net-telent-date_0.42.tgz
    MD5 6fedf40113b2462f7bd273d07950066b NAME net-telent-date FILENAME
    net-telent-date DEPS NIL DEPENDENCIES NIL VERSION net-telent-date_0.42
    SIBLINGS NIL PARASITES NIL) */