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

26 lines
827 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''mt19937'';
version = ''1.1.1'';
description = ''Portable MT19937 Mersenne Twister random number generator'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/mt19937/2011-02-19/mt19937-1.1.1.tgz'';
sha256 = ''1iw636b0iw5ygkv02y8i41lh7xj0acglv0hg5agryn0zzi2nf1xv'';
};
packageName = "mt19937";
asdFilesToKeep = ["mt19937.asd"];
overrides = x: x;
}
/* (SYSTEM mt19937 DESCRIPTION
Portable MT19937 Mersenne Twister random number generator SHA256
1iw636b0iw5ygkv02y8i41lh7xj0acglv0hg5agryn0zzi2nf1xv URL
http://beta.quicklisp.org/archive/mt19937/2011-02-19/mt19937-1.1.1.tgz MD5
54c63977b6d77abd66ebe0227b77c143 NAME mt19937 FILENAME mt19937 DEPS NIL
DEPENDENCIES NIL VERSION 1.1.1 SIBLINGS NIL PARASITES NIL) */