chickenEggs.packrat: init at 1.5
This commit is contained in:
parent
09f4886b37
commit
01ab95c886
1 changed files with 14 additions and 0 deletions
|
@ -169,6 +169,20 @@ rec {
|
|||
];
|
||||
};
|
||||
|
||||
packrat = eggDerivation {
|
||||
name = "packrat-1.5";
|
||||
|
||||
src = fetchegg {
|
||||
name = "packrat";
|
||||
version = "1.5";
|
||||
sha256 = "0hfnh57a8yga3byrk8522al5wdj7dyz48lixvvcgnsn3vdy333hq";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
srfi-1
|
||||
];
|
||||
};
|
||||
|
||||
regex = eggDerivation {
|
||||
name = "regex-2.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue