chickenEggs.apropos: init at 3.6.0

This commit is contained in:
Daniel Nagy
2022-05-03 22:52:45 +02:00
parent 50a1e912e2
commit 91d2292a53
2 changed files with 19 additions and 0 deletions
@@ -2,6 +2,24 @@
rec {
inherit (pkgs) eggDerivation fetchegg;
apropos = eggDerivation {
name = "apropos-3.6.0";
src = fetchegg {
name = "apropos";
version = "3.6.0";
sha256 = "0jq5d4zijbf5dw2vsfn89smp7zjpgp82y5hs10xkysf831x7l551";
};
buildInputs = [
srfi-1
srfi-13
check-errors
string-utils
symbol-utils
];
};
args = eggDerivation {
name = "args-1.6.0";
@@ -1,6 +1,7 @@
;; Eggs used by egg2nix
args
matchable
apropos
;; other eggs to include in nixpkgs
srfi-189