Merge pull request #112424 from alyssais/fetchbitbucket

fetchFromBitbucket: remove hack for Mercurial
This commit is contained in:
Sandro 2021-03-08 21:02:40 +01:00 committed by GitHub
commit 0b3115f7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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