'';
doCheck = true;
checkPhase = "./test.sh";
+ meta = {
+ description = "A replacement for `nix-channel --update`";
+ homepage = "https://git.scottworley.com/pinc";
+ license = pkgs.lib.licenses.gpl3;
+ maintainers = with pkgs.lib.maintainers; [ chkno ];
+ };
}) {
git-cache =
pkgs.python3Packages.git-cache or (pkgs.python3Packages.callPackage