nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
Brad Jensen d1e11cd41e Regenerate quicklisp-to-nix
Note: Changes to overrides were necessary
2017-08-31 20:10:19 -07:00

29 lines
1,013 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''named-readtables'';
version = ''20170124-git'';
description = ''Library that creates a namespace for named readtable
akin to the namespace of packages.'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz'';
sha256 = ''1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45'';
};
packageName = "named-readtables";
asdFilesToKeep = ["named-readtables.asd"];
overrides = x: x;
}
/* (SYSTEM named-readtables DESCRIPTION
Library that creates a namespace for named readtable
akin to the namespace of packages.
SHA256 1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45 URL
http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz
MD5 1237a07f90e29939e48b595eaad2bd82 NAME named-readtables FILENAME
named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
NIL PARASITES NIL) */