chickenEggs.base64: init at 1.0

This commit is contained in:
Daniel Nagy 2021-02-14 00:26:02 +01:00
parent 91d2292a53
commit 6ebe5ef320
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -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 {
name = "matchable-1.1";