about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ocrmypdf
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-17 22:10:33 +0300
committerArtturin <Artturin@artturin.com>2022-05-23 17:18:50 +0300
commitb3caa2f1fed4526fa0d6744c353f3c7678d4bb40 (patch)
tree075c7d92742b89b428aae317196c1e0f2dcc1dc7 /pkgs/development/python-modules/ocrmypdf
parent5a6a31e54ddaf59aa8e1c5e7e9b02623d4881c34 (diff)
treewide: extraPostFetch -> postFetch
Diffstat (limited to 'pkgs/development/python-modules/ocrmypdf')
-rw-r--r--pkgs/development/python-modules/ocrmypdf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ocrmypdf/default.nix b/pkgs/development/python-modules/ocrmypdf/default.nix
index 405748599ab43..e411519c95a4a 100644
--- a/pkgs/development/python-modules/ocrmypdf/default.nix
+++ b/pkgs/development/python-modules/ocrmypdf/default.nix
@@ -36,7 +36,7 @@ buildPythonPackage rec {
     # The content of .git_archival.txt is substituted upon tarball creation,
     # which creates indeterminism if master no longer points to the tag.
     # See https://github.com/jbarlow83/OCRmyPDF/issues/841
-    extraPostFetch = ''
+    postFetch = ''
       rm "$out/.git_archival.txt"
     '';
     hash = "sha256-uFKnohUxh17h6u0vwVB7EaTEh5NRowP8a6za63Ehodk=";