python3Packages.copier: add a working update script (#416394)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user