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

lib.makeScope newScope (self: {

  /*example = self.call Package ./example { };*/

  pywikibot-scripts = self.callPackage ./pywikibot-scripts { };
  pywikibot = self.callPackage ./pywikibot { };
  pywb = self.callPackage ./pywb { };

})