Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-obsolete / quicklisp-to-nix-output / hu_dot_dwim_dot_common-lisp.nix
blob4faa57b5f4c4c5fb72d90c617292c9acf942b7ea
1 /* Generated file. */
2 args @ { fetchurl, ... }:
3 rec {
4   baseName = "hu_dot_dwim_dot_common-lisp";
5   version = "stable-git";
7   description = "A redefinition of the standard Common Lisp package that includes a number of renames and shadows.";
9   deps = [ args."hu_dot_dwim_dot_asdf" ];
11   src = fetchurl {
12     url = "http://beta.quicklisp.org/archive/hu.dwim.common-lisp/2021-02-28/hu.dwim.common-lisp-stable-git.tgz";
13     sha256 = "1v111qvpfs0jml54a4qccyicgq4jg3h72z8484wa1x0acc9hgz76";
14   };
16   packageName = "hu.dwim.common-lisp";
18   asdFilesToKeep = ["hu.dwim.common-lisp.asd"];
19   overrides = x: x;
21 /* (SYSTEM hu.dwim.common-lisp DESCRIPTION
22     A redefinition of the standard Common Lisp package that includes a number of renames and shadows.
23     SHA256 1v111qvpfs0jml54a4qccyicgq4jg3h72z8484wa1x0acc9hgz76 URL
24     http://beta.quicklisp.org/archive/hu.dwim.common-lisp/2021-02-28/hu.dwim.common-lisp-stable-git.tgz
25     MD5 4f0c7a375cc55381efdbeb17ef17dd7d NAME hu.dwim.common-lisp FILENAME
26     hu_dot_dwim_dot_common-lisp DEPS
27     ((NAME hu.dwim.asdf FILENAME hu_dot_dwim_dot_asdf)) DEPENDENCIES
28     (hu.dwim.asdf) VERSION stable-git SIBLINGS
29     (hu.dwim.common-lisp.documentation) PARASITES NIL) */