chickenEggs.base64: init at 1.0
This commit is contained in:
parent
91d2292a53
commit
6ebe5ef320
1 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,20 @@ rec {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
base64 = eggDerivation {
|
||||||
|
name = "base64-1.0";
|
||||||
|
|
||||||
|
src = fetchegg {
|
||||||
|
name = "base64";
|
||||||
|
version = "1.0";
|
||||||
|
sha256 = "01lid9wxf94nr7gmskamxlfngack1hyxig8rl9swwgnbmz9qgysi";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
srfi-13
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
matchable = eggDerivation {
|
matchable = eggDerivation {
|
||||||
name = "matchable-1.1";
|
name = "matchable-1.1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue