summaryrefslogtreecommitdiff
path: root/pkgs/warcPackages/default.nix
blob: aa74c6abd6f8114b27aefd9abd43ce74371fb517 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ lib, newScope }:

lib.makeScope newScope (self: {

  wget-lua = self.callPackage ./wget-lua { };
  warcat = self.callPackage ./warcat { };
  warctools = self.callPackage ./warctools { };
  warcprox = self.callPackage ./warcprox { };

})