chore(nix): Move files around to conform to new read-tree layout

Broadly speaking, the following things are included:

* there is now a uniform `args` struct that is passed to all
  derivations, package headers have been changed appropriately
* overrides are now loaded from a separate `override` folder just
  using read-tree.nix
* third-party packages have moved into the `third_party` attribute set
This commit is contained in:
Vincent Ambo 2019-11-15 15:26:08 +00:00
parent 4d852e2ef7
commit c1c379848a
19 changed files with 109 additions and 99 deletions

View file

@ -1,27 +0,0 @@
args @ { fetchurl, ... }:
rec {
baseName = ''cl-prevalence'';
version = ''20130720-hg'';
description = ''Common Lisp Prevalence Package'';
deps = [ args."s-sysdeps" args."s-xml" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-prevalence/2013-07-20/cl-prevalence-20130720-hg.tgz'';
sha256 = ''09pqbw6xcgy0242npiqw7sd8jwwjc0kz7m0sas48jjr0zgnnmi89'';
};
packageName = "cl-prevalence";
asdFilesToKeep = ["cl-prevalence.asd"];
overrides = x: x;
}
/* (SYSTEM cl-prevalence DESCRIPTION Common Lisp Prevalence Package SHA256
09pqbw6xcgy0242npiqw7sd8jwwjc0kz7m0sas48jjr0zgnnmi89 URL
http://beta.quicklisp.org/archive/cl-prevalence/2013-07-20/cl-prevalence-20130720-hg.tgz
MD5 6176c34b8e1621b65906b1575d9fa20d NAME cl-prevalence FILENAME
cl-prevalence DEPS
((NAME s-sysdeps FILENAME s-sysdeps) (NAME s-xml FILENAME s-xml))
DEPENDENCIES (s-sysdeps s-xml) VERSION 20130720-hg SIBLINGS
(cl-prevalence-test) PARASITES NIL) */