nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/ptester.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

25 lines
795 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''ptester'';
version = ''20160929-git'';
description = ''Portable test harness package'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/ptester/2016-09-29/ptester-20160929-git.tgz'';
sha256 = ''04rlq1zljhxc65pm31bah3sq3as24l0sdivz440s79qlnnyh13hz'';
};
packageName = "ptester";
asdFilesToKeep = ["ptester.asd"];
overrides = x: x;
}
/* (SYSTEM ptester DESCRIPTION Portable test harness package SHA256
04rlq1zljhxc65pm31bah3sq3as24l0sdivz440s79qlnnyh13hz URL
http://beta.quicklisp.org/archive/ptester/2016-09-29/ptester-20160929-git.tgz
MD5 938a4366b6608ae5c4a0be9da11a61d4 NAME ptester FILENAME ptester DEPS NIL
DEPENDENCIES NIL VERSION 20160929-git SIBLINGS NIL PARASITES NIL) */