chicken: 4.13.0 -> 5.0.0

This commit is contained in:
David McFarland
2018-12-26 22:23:01 -04:00
parent aac3ae3be6
commit 6c063ac076
22 changed files with 321 additions and 13 deletions
@@ -0,0 +1,10 @@
source $stdenv/setup
header "exporting egg ${eggName} (version $version) into $out"
mkdir -p $out
CHICKEN_EGG_CACHE=. chicken-install -r "${eggName}:${version}"
rm ${eggName}/{STATUS,TIMESTAMP}
cp -r ${eggName}/* $out/
stopNest