chickenEggs.json: init at 1.6

This commit is contained in:
Daniel Nagy 2021-02-14 00:37:36 +01:00
parent 01ab95c886
commit e7bd776d5b
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
2 changed files with 17 additions and 0 deletions

View file

@ -111,6 +111,22 @@ rec {
];
};
json = eggDerivation {
name = "json-1.6";
src = fetchegg {
name = "json";
version = "1.6";
sha256 = "0sb8285dqrm27c8zaqfzc0gixvfmvf0cq2nbza8c4z7j5snxzs2w";
};
buildInputs = [
packrat
srfi-1
srfi-69
];
};
matchable = eggDerivation {
name = "matchable-1.1";

View file

@ -3,6 +3,7 @@ args
matchable
apropos
spiffy
json
;; other eggs to include in nixpkgs
srfi-189