mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
quicklispPackages: update
Escape things by default in derivation names (i.e. digit cannot be the first character etc.) Update Quicklisp (tracking upstream); list new missing dependencies Add some minimal README about ql-to-nix
This commit is contained in:
parent
e89e96a755
commit
bc47794ab5
176 changed files with 1969 additions and 614 deletions
|
@ -1,16 +1,18 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''lquery'';
|
||||
version = ''20160929-git'';
|
||||
version = ''20170516-git'';
|
||||
|
||||
description = ''A library to allow jQuery-like HTML/DOM manipulation.'';
|
||||
|
||||
deps = [ args."plump" args."form-fiddle" args."clss" args."array-utils" ];
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/lquery/2016-09-29/lquery-20160929-git.tgz'';
|
||||
sha256 = ''1kqc0n4zh44yay9vbv6wirk3122q7if2999146lrgada5fy17r7x'';
|
||||
url = ''http://beta.quicklisp.org/archive/lquery/2017-05-16/lquery-20170516-git.tgz'';
|
||||
sha256 = ''11i6kwz4d8918a32z826v85qs2alpsfkvlcha4j7mnbfnzgy7gy7'';
|
||||
};
|
||||
|
||||
packageName = "lquery";
|
||||
|
||||
overrides = x: {
|
||||
postInstall = ''
|
||||
|
@ -28,7 +30,6 @@ rec {
|
|||
'';
|
||||
};
|
||||
}
|
||||
/* (SYSTEM lquery DESCRIPTION A library to allow jQuery-like HTML/DOM manipulation. SHA256 1kqc0n4zh44yay9vbv6wirk3122q7if2999146lrgada5fy17r7x URL
|
||||
http://beta.quicklisp.org/archive/lquery/2016-09-29/lquery-20160929-git.tgz MD5 072a796075862c96dcd6f227d79dc2b7 NAME lquery TESTNAME NIL FILENAME lquery
|
||||
DEPS ((NAME plump) (NAME form-fiddle) (NAME clss) (NAME array-utils)) DEPENDENCIES (plump form-fiddle clss array-utils) VERSION 20160929-git SIBLINGS
|
||||
(lquery-test)) */
|
||||
/* (SYSTEM lquery DESCRIPTION A library to allow jQuery-like HTML/DOM manipulation. SHA256 11i6kwz4d8918a32z826v85qs2alpsfkvlcha4j7mnbfnzgy7gy7 URL
|
||||
http://beta.quicklisp.org/archive/lquery/2017-05-16/lquery-20170516-git.tgz MD5 2190045b167685bfffdd01f5af9aa9a1 NAME lquery TESTNAME NIL FILENAME lquery
|
||||
DEPS NIL DEPENDENCIES NIL VERSION 20170516-git SIBLINGS (lquery-test)) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue