nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
Michael Raskin 5048b0d1f9 lispPackages.quicklisp: 2018-04-30 -> 2018-08-31 ; regenerate packages
Added a wrapper package that creates symlinks to OpenSSL libraries with
the actual versions, because we have 1.0.2 with .so-suffix .1.0.0 and
cl-async-ssl is unhappy because of that.

I continue to dislike cl-postgres and simple-date upstream packaging.
2018-09-12 11:52:43 +03:00

30 lines
981 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''ironclad'';
version = ''v0.42'';
parasites = [ "ironclad/tests" ];
description = ''A cryptographic toolkit written in pure Common Lisp'';
deps = [ args."nibbles" args."rt" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/ironclad/2018-08-31/ironclad-v0.42.tgz'';
sha256 = ''1rrw0mhvja407ycryw56wwm45cpf3dc73h965smy75ddha4xn7zr'';
};
packageName = "ironclad";
asdFilesToKeep = ["ironclad.asd"];
overrides = x: x;
}
/* (SYSTEM ironclad DESCRIPTION
A cryptographic toolkit written in pure Common Lisp SHA256
1rrw0mhvja407ycryw56wwm45cpf3dc73h965smy75ddha4xn7zr URL
http://beta.quicklisp.org/archive/ironclad/2018-08-31/ironclad-v0.42.tgz
MD5 18f2dbc9dbff97de9ea44af5344485b5 NAME ironclad FILENAME ironclad DEPS
((NAME nibbles FILENAME nibbles) (NAME rt FILENAME rt)) DEPENDENCIES
(nibbles rt) VERSION v0.42 SIBLINGS (ironclad-text) PARASITES
(ironclad/tests)) */