chickenEggs.spiffy: init at 6.3

This commit is contained in:
Daniel Nagy 2021-02-14 00:27:55 +01:00
parent 477e06109e
commit d74cdc6734
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
2 changed files with 22 additions and 0 deletions

View file

@ -197,6 +197,27 @@ rec {
];
};
spiffy = eggDerivation {
name = "spiffy-6.3";
src = fetchegg {
name = "spiffy";
version = "6.3";
sha256 = "0f22gfdyysgbm3q6cjibn1z1yavks3imxi1mxcyfmms3x91k5k3c";
};
buildInputs = [
intarweb
uri-common
uri-generic
sendfile
srfi-1
srfi-13
srfi-14
srfi-18
];
};
srfi-1 = eggDerivation {
name = "srfi-1-0.5.1";

View file

@ -2,6 +2,7 @@
args
matchable
apropos
spiffy
;; other eggs to include in nixpkgs
srfi-189