fb8379cc76
* update Quicklisp distinfo * regenerate packages * add cl-html-parse and closure-html * add proper mariadb library path to fix cl-mysql * escape memoization filenames for systems * lispPackages.cl-postgres: keep simple-date in the same package
30 lines
1.0 KiB
Nix
30 lines
1.0 KiB
Nix
args @ { fetchurl, ... }:
|
|
rec {
|
|
baseName = ''cl-unification'';
|
|
version = ''20171227-git'';
|
|
|
|
description = ''The CL-UNIFICATION system.
|
|
|
|
The system contains the definitions for the 'unification' machinery.'';
|
|
|
|
deps = [ ];
|
|
|
|
src = fetchurl {
|
|
url = ''http://beta.quicklisp.org/archive/cl-unification/2017-12-27/cl-unification-20171227-git.tgz'';
|
|
sha256 = ''0shwnvn5zf0iwgyqf3pa1b9cv2xghl7pss1ymrjgs95r6ijqxn2p'';
|
|
};
|
|
|
|
packageName = "cl-unification";
|
|
|
|
asdFilesToKeep = ["cl-unification.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM cl-unification DESCRIPTION The CL-UNIFICATION system.
|
|
|
|
The system contains the definitions for the 'unification' machinery.
|
|
SHA256 0shwnvn5zf0iwgyqf3pa1b9cv2xghl7pss1ymrjgs95r6ijqxn2p URL
|
|
http://beta.quicklisp.org/archive/cl-unification/2017-12-27/cl-unification-20171227-git.tgz
|
|
MD5 45bfd18f8e15d16222e0f747992a6ce6 NAME cl-unification FILENAME
|
|
cl-unification DEPS NIL DEPENDENCIES NIL VERSION 20171227-git SIBLINGS
|
|
(cl-unification-lib cl-unification-test cl-ppcre-template) PARASITES NIL) */
|