nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
Michael Raskin 3fde66cd0c lispPackages.quicklisp: distinfo 2021-02-28 -> 2021-04-11,
quicklispPackages: regenerate,
lispPackages.nyxt: 2021-03-27 -> 2021-05-06, use upstream Makefile
2021-05-10 18:17:21 +02:00

28 lines
928 B
Nix

/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "alexandria";
version = "20210411-git";
description = "Alexandria is a collection of portable public domain utilities.";
deps = [ ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/alexandria/2021-04-11/alexandria-20210411-git.tgz";
sha256 = "0bd4axr1z1q6khvpyf5xvgybdajs1dc7my6g0rdzhhxbibfcf3yh";
};
packageName = "alexandria";
asdFilesToKeep = ["alexandria.asd"];
overrides = x: x;
}
/* (SYSTEM alexandria DESCRIPTION
Alexandria is a collection of portable public domain utilities. SHA256
0bd4axr1z1q6khvpyf5xvgybdajs1dc7my6g0rdzhhxbibfcf3yh URL
http://beta.quicklisp.org/archive/alexandria/2021-04-11/alexandria-20210411-git.tgz
MD5 415c43451862b490577b20ee4fb8e8d7 NAME alexandria FILENAME alexandria
DEPS NIL DEPENDENCIES NIL VERSION 20210411-git SIBLINGS (alexandria-tests)
PARASITES NIL) */