summary refs log tree commit diff
path: root/pkgs/build-support/fetchbitbucket
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/fetchbitbucket')
-rw-r--r--pkgs/build-support/fetchbitbucket/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchbitbucket/default.nix b/pkgs/build-support/fetchbitbucket/default.nix
index a99f72e9eaa..e6e40c4379b 100644
--- a/pkgs/build-support/fetchbitbucket/default.nix
+++ b/pkgs/build-support/fetchbitbucket/default.nix
@@ -6,5 +6,4 @@
   inherit name;
   url = "https://bitbucket.org/${owner}/${repo}/get/${rev}.tar.gz";
   meta.homepage = "https://bitbucket.org/${owner}/${repo}/";
-  extraPostFetch = ''rm -f "$out"/.hg_archival.txt''; # impure file; see #12002
 } // removeAttrs args [ "owner" "repo" "rev" ]) // { inherit rev; }