python3Packages.copier: add a working update script

See
https://github.com/nix-community/nixpkgs-update/issues/477#issuecomment-2967686833
for details.
This commit is contained in:
Jairo Llopis
2025-06-13 11:40:17 +02:00
parent 14ba837dad
commit deacfe4954
@@ -12,6 +12,7 @@
lib,
mkdocs-material,
mkdocs-mermaid2-plugin,
nix-update-script,
mkdocstrings,
packaging,
pathspec,
@@ -71,6 +72,8 @@ buildPythonPackage rec {
makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ git ]}" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Library and command-line utility for rendering projects templates";
homepage = "https://copier.readthedocs.io";