nixpkgs/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/trivial-gray-streams.nix
Kasper Gałkowski bdc000263a lisp-modules: add back the two current implementations
This is to enable a smooth migration to the new one.
2023-04-02 11:14:49 +02:00

28 lines
1.0 KiB
Nix

/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "trivial-gray-streams";
version = "20210124-git";
description = "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams).";
deps = [ ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/trivial-gray-streams/2021-01-24/trivial-gray-streams-20210124-git.tgz";
sha256 = "0swqcw3649279qyn5lc42xqgi13jc4kd7hf3iasf4vfli8lhb3n6";
};
packageName = "trivial-gray-streams";
asdFilesToKeep = ["trivial-gray-streams.asd"];
overrides = x: x;
}
/* (SYSTEM trivial-gray-streams DESCRIPTION
Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams).
SHA256 0swqcw3649279qyn5lc42xqgi13jc4kd7hf3iasf4vfli8lhb3n6 URL
http://beta.quicklisp.org/archive/trivial-gray-streams/2021-01-24/trivial-gray-streams-20210124-git.tgz
MD5 1b93af1cae9f8465d813964db4d10588 NAME trivial-gray-streams FILENAME
trivial-gray-streams DEPS NIL DEPENDENCIES NIL VERSION 20210124-git
SIBLINGS (trivial-gray-streams-test) PARASITES NIL) */