diff options
| author | 2026-01-10 01:04:48 +0000 | |
|---|---|---|
| committer | 2026-01-10 01:04:48 +0000 | |
| commit | c57ce3c8e69a301f67f105641d26b3cf9b4bb9e3 (patch) | |
| tree | 1d4036ae7476dc84ce367c3567501be22c9a974c /pkgs/pywikibotPackages/pywikibot | |
| parent | pkgs: i don't need inherit (diff) | |
pkgs: move pywikibot to it's own pywikibotPackages
Diffstat (limited to 'pkgs/pywikibotPackages/pywikibot')
| -rw-r--r-- | pkgs/pywikibotPackages/pywikibot/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/pywikibotPackages/pywikibot/default.nix b/pkgs/pywikibotPackages/pywikibot/default.nix new file mode 100644 index 0000000..55aac46 --- /dev/null +++ b/pkgs/pywikibotPackages/pywikibot/default.nix @@ -0,0 +1,7 @@ +{ python3Packages +, pywikibot-scripts +}: + +python3Packages.pywikibot.overridePythonAttrs (old: { + propagatedBuildInputs = (old.propagatedBuildInputs or []) ++ [ pywikibot-scripts ]; +}) |
