mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
* 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
This commit is contained in:
parent
02b8929b70
commit
fb8379cc76
88 changed files with 1048 additions and 748 deletions
|
@ -1,7 +1,7 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''fset'';
|
||||
version = ''20150113-git'';
|
||||
version = ''20171019-git'';
|
||||
|
||||
description = ''A functional set-theoretic collections library.
|
||||
See: http://www.ergy.com/FSet.html
|
||||
|
@ -10,8 +10,8 @@ See: http://www.ergy.com/FSet.html
|
|||
deps = [ args."misc-extensions" args."mt19937" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/fset/2015-01-13/fset-20150113-git.tgz'';
|
||||
sha256 = ''1k9c48jahw8i4zhx6dc96n0jzxjy2ascr2wng9hmm8vjhhqs5sl0'';
|
||||
url = ''http://beta.quicklisp.org/archive/fset/2017-10-19/fset-20171019-git.tgz'';
|
||||
sha256 = ''07qxbj40kmjknmvvb47prj81mpi6j39150iw57hlrzdhlndvilwg'';
|
||||
};
|
||||
|
||||
packageName = "fset";
|
||||
|
@ -22,10 +22,10 @@ See: http://www.ergy.com/FSet.html
|
|||
/* (SYSTEM fset DESCRIPTION A functional set-theoretic collections library.
|
||||
See: http://www.ergy.com/FSet.html
|
||||
|
||||
SHA256 1k9c48jahw8i4zhx6dc96n0jzxjy2ascr2wng9hmm8vjhhqs5sl0 URL
|
||||
http://beta.quicklisp.org/archive/fset/2015-01-13/fset-20150113-git.tgz MD5
|
||||
89f958cc900e712aed0750b336efbe15 NAME fset FILENAME fset DEPS
|
||||
SHA256 07qxbj40kmjknmvvb47prj81mpi6j39150iw57hlrzdhlndvilwg URL
|
||||
http://beta.quicklisp.org/archive/fset/2017-10-19/fset-20171019-git.tgz MD5
|
||||
dc8de5917c513302dd0e135e6c133978 NAME fset FILENAME fset DEPS
|
||||
((NAME misc-extensions FILENAME misc-extensions)
|
||||
(NAME mt19937 FILENAME mt19937))
|
||||
DEPENDENCIES (misc-extensions mt19937) VERSION 20150113-git SIBLINGS NIL
|
||||
DEPENDENCIES (misc-extensions mt19937) VERSION 20171019-git SIBLINGS NIL
|
||||
PARASITES NIL) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue