forked from mirrors/nixpkgs
4f9ca7c565
quicklisp: 2021-02-13 -> 2021-08-07 lispPackages: regenerate from fresher Quicklisp sbcl: 2.1.2 -> 2.1.9 (switch default version) lispPackages.mgl, lispPackages.mgl-mat: init lispPackages.iolib: suppress network-reliant tests lispPackages.esrap: apply upstream SBCL 2.1.9 compatibility patch Removed packages caveman and clack-v1-compat that are removed. Added more packages from Quicklisp. * lisp-modules/shell.nix: Add openblas for MGL * lisp-modules: Update README.txt Mention that shell.nix needs to be updated when adding packages that have external dependencies during package analysis, e.g. package :LLA that specifically wants to load libblas.so at compile-time. * lisp-modules/define-package.nix: Fix package path deduplication The deduplication of NIX_LISP_ASDF_PATHS was not working, apparently due to a shell quoting bug causing the sort/uniq pipeline to run at the wrong time. This is now deduplicated in a separate step. This fixes a series problem where environments with many Lisp packages would exhasut the available environment space on Linux, causing obscure "too many arguments" error messages from the shell, because the NIX_LISP_ASDF_PATHS list was bloated with ~90% duplicates. Co-authored-by: Luke Gorrie <luke@nuddy.co>
41 lines
1.9 KiB
Nix
41 lines
1.9 KiB
Nix
/* Generated file. */
|
|
args @ { fetchurl, ... }:
|
|
rec {
|
|
baseName = "drakma";
|
|
version = "v2.0.8";
|
|
|
|
description = "Full-featured http/https client based on usocket";
|
|
|
|
deps = [ args."alexandria" args."babel" args."bordeaux-threads" args."cffi" args."chipz" args."chunga" args."cl_plus_ssl" args."cl-base64" args."cl-ppcre" args."flexi-streams" args."puri" args."split-sequence" args."trivial-features" args."trivial-garbage" args."trivial-gray-streams" args."usocket" ];
|
|
|
|
src = fetchurl {
|
|
url = "http://beta.quicklisp.org/archive/drakma/2021-08-07/drakma-v2.0.8.tgz";
|
|
sha256 = "07rig1649yxs0n03y2dc9is6cp9lxlyzqlhsb8g02ds8g86czdjf";
|
|
};
|
|
|
|
packageName = "drakma";
|
|
|
|
asdFilesToKeep = ["drakma.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM drakma DESCRIPTION Full-featured http/https client based on usocket
|
|
SHA256 07rig1649yxs0n03y2dc9is6cp9lxlyzqlhsb8g02ds8g86czdjf URL
|
|
http://beta.quicklisp.org/archive/drakma/2021-08-07/drakma-v2.0.8.tgz MD5
|
|
948225b3183ab3d46b641ccda3c5fc54 NAME drakma FILENAME drakma DEPS
|
|
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
|
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
|
(NAME cffi FILENAME cffi) (NAME chipz FILENAME chipz)
|
|
(NAME chunga FILENAME chunga) (NAME cl+ssl FILENAME cl_plus_ssl)
|
|
(NAME cl-base64 FILENAME cl-base64) (NAME cl-ppcre FILENAME cl-ppcre)
|
|
(NAME flexi-streams FILENAME flexi-streams) (NAME puri FILENAME puri)
|
|
(NAME split-sequence FILENAME split-sequence)
|
|
(NAME trivial-features FILENAME trivial-features)
|
|
(NAME trivial-garbage FILENAME trivial-garbage)
|
|
(NAME trivial-gray-streams FILENAME trivial-gray-streams)
|
|
(NAME usocket FILENAME usocket))
|
|
DEPENDENCIES
|
|
(alexandria babel bordeaux-threads cffi chipz chunga cl+ssl cl-base64
|
|
cl-ppcre flexi-streams puri split-sequence trivial-features
|
|
trivial-garbage trivial-gray-streams usocket)
|
|
VERSION v2.0.8 SIBLINGS (drakma-test) PARASITES NIL) */
|