python3Packages.ansible-compat: improve source reproducibility

This commit is contained in:
Sandro Jäckel
2026-08-24 08:35:13 +02:00
parent 1526840470
commit f722be9daf

View File

@@ -30,7 +30,11 @@ buildPythonPackage rec {
owner = "ansible";
repo = "ansible-compat";
tag = "v${version}";
hash = "sha256-QTn1W+XxiK5ZCkUfYJZrI/mk0gFduTWClIH3ztHcerg=";
postFetch = ''
# export-subst prevents reproducibility
rm $out/.git_archival.txt
'';
hash = "sha256-12t/iLtha5FACVpXFqrz6vIiVmtHPPqdfHogXuAe2F4=";
};
build-system = [