summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode.nix
blob: 0a2e56a9c9b882b4b87f79185f64d14b2df1c5f3 (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
args @ { fetchurl, ... }:
rec {
  baseName = ''buildnode'';
  version = ''20170403-git'';

  parasites = [ "buildnode-test" ];

  description = ''Tool for building up an xml dom nicely.'';

  deps = [ args."alexandria" args."babel" args."buildnode-xhtml" args."cl-interpol" args."cl-ppcre" args."cl-unicode" args."closer-mop" args."closure-common" args."closure-html" args."collectors" args."cxml" args."flexi-streams" args."iterate" args."lisp-unit2" args."named-readtables" args."puri" args."split-sequence" args."swank" args."symbol-munger" args."trivial-features" args."trivial-gray-streams" ];

  src = fetchurl {
    url = ''http://beta.quicklisp.org/archive/buildnode/2017-04-03/buildnode-20170403-git.tgz'';
    sha256 = ''1gb3zsp4g31iscvvhvb99z0i7lfn1g3493q6sgpr46fmn2vdwwb6'';
  };

  packageName = "buildnode";

  asdFilesToKeep = ["buildnode.asd"];
  overrides = x: x;
}
/* (SYSTEM buildnode DESCRIPTION Tool for building up an xml dom nicely. SHA256
    1gb3zsp4g31iscvvhvb99z0i7lfn1g3493q6sgpr46fmn2vdwwb6 URL
    http://beta.quicklisp.org/archive/buildnode/2017-04-03/buildnode-20170403-git.tgz
    MD5 b917f0d6c20489febbef0d5b954c350d NAME buildnode FILENAME buildnode DEPS
    ((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
     (NAME buildnode-xhtml FILENAME buildnode-xhtml)
     (NAME cl-interpol FILENAME cl-interpol) (NAME cl-ppcre FILENAME cl-ppcre)
     (NAME cl-unicode FILENAME cl-unicode)
     (NAME closer-mop FILENAME closer-mop)
     (NAME closure-common FILENAME closure-common)
     (NAME closure-html FILENAME closure-html)
     (NAME collectors FILENAME collectors) (NAME cxml FILENAME cxml)
     (NAME flexi-streams FILENAME flexi-streams)
     (NAME iterate FILENAME iterate) (NAME lisp-unit2 FILENAME lisp-unit2)
     (NAME named-readtables FILENAME named-readtables)
     (NAME puri FILENAME puri) (NAME split-sequence FILENAME split-sequence)
     (NAME swank FILENAME swank) (NAME symbol-munger FILENAME symbol-munger)
     (NAME trivial-features FILENAME trivial-features)
     (NAME trivial-gray-streams FILENAME trivial-gray-streams))
    DEPENDENCIES
    (alexandria babel buildnode-xhtml cl-interpol cl-ppcre cl-unicode
     closer-mop closure-common closure-html collectors cxml flexi-streams
     iterate lisp-unit2 named-readtables puri split-sequence swank
     symbol-munger trivial-features trivial-gray-streams)
    VERSION 20170403-git SIBLINGS
    (buildnode-excel buildnode-html5 buildnode-kml buildnode-xhtml
     buildnode-xul)
    PARASITES (buildnode-test)) */