nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.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
816 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''uffi'';
version = ''20180228-git'';
description = ''Universal Foreign Function Library for Common Lisp'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/uffi/2018-02-28/uffi-20180228-git.tgz'';
sha256 = ''1kknzwxsbg2ydy2w0n88y2bq37lqqwg02ffsmz57gqbxvlk26479'';
};
packageName = "uffi";
asdFilesToKeep = ["uffi.asd"];
overrides = x: x;
}
/* (SYSTEM uffi DESCRIPTION Universal Foreign Function Library for Common Lisp
SHA256 1kknzwxsbg2ydy2w0n88y2bq37lqqwg02ffsmz57gqbxvlk26479 URL
http://beta.quicklisp.org/archive/uffi/2018-02-28/uffi-20180228-git.tgz MD5
b0dfb2f966912f4797327948aa7e9119 NAME uffi FILENAME uffi DEPS NIL
DEPENDENCIES NIL VERSION 20180228-git SIBLINGS (uffi-tests) PARASITES NIL) */