mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.ansible-compat: improve source reproducibility
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user