chickenEggs.json: init at 1.6
This commit is contained in:
parent
01ab95c886
commit
e7bd776d5b
2 changed files with 17 additions and 0 deletions
|
@ -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 {
|
matchable = eggDerivation {
|
||||||
name = "matchable-1.1";
|
name = "matchable-1.1";
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ args
|
||||||
matchable
|
matchable
|
||||||
apropos
|
apropos
|
||||||
spiffy
|
spiffy
|
||||||
|
json
|
||||||
|
|
||||||
;; other eggs to include in nixpkgs
|
;; other eggs to include in nixpkgs
|
||||||
srfi-189
|
srfi-189
|
||||||
|
|
Loading…
Reference in a new issue