fetchFromBitbucket: remove hack for Mercurial

Bitbucket deleted all its Mercurial repositories, so presumably this
doesn't do anything any more.
This commit is contained in:
Alyssa Ross 2021-02-08 17:54:12 +00:00
parent 3ed5570514
commit d586d24f7a
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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; }