nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/simple-date.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
1 KiB
Nix
Raw Normal View History

/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "simple-date";
version = "postmodern-20211209-git";
2020-10-24 12:53:25 +02:00
parasites = [ "simple-date/tests" ];
description = "Simple date library that can be used with postmodern";
2020-10-24 12:53:25 +02:00
deps = [ args."fiveam" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/postmodern/2021-12-09/postmodern-20211209-git.tgz";
sha256 = "1qcbg31mz5r7ibmq2y7r3vqvdwpznxvwdnwd94hfil7pg4j119d6";
};
packageName = "simple-date";
asdFilesToKeep = ["simple-date.asd"];
overrides = x: x;
}
2020-10-24 12:53:25 +02:00
/* (SYSTEM simple-date DESCRIPTION
Simple date library that can be used with postmodern SHA256
1qcbg31mz5r7ibmq2y7r3vqvdwpznxvwdnwd94hfil7pg4j119d6 URL
http://beta.quicklisp.org/archive/postmodern/2021-12-09/postmodern-20211209-git.tgz
MD5 6d14c4b5fec085594dc66d520174e0e6 NAME simple-date FILENAME simple-date
2020-10-24 12:53:25 +02:00
DEPS ((NAME fiveam FILENAME fiveam)) DEPENDENCIES (fiveam) VERSION
postmodern-20211209-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
2020-10-24 12:53:25 +02:00
(simple-date/tests)) */