pkgs/applications/version-management/git-and-tools: prefer fetchurl over fetchgit in topGit
svn path=/nixpkgs/trunk/; revision=24442
This commit is contained in:
parent
65ec046a15
commit
c7756e473b
@ -60,14 +60,15 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
topGit = stdenv.mkDerivation rec {
|
topGit = stdenv.mkDerivation rec {
|
||||||
name = "topgit-0.8-19-g9404aa1";
|
name = "topgit-0.8";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = "http://repo.or.cz/r/topgit.git";
|
name = "topgit-0.8.zip";
|
||||||
rev = name;
|
url = "http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.zip";
|
||||||
sha256 = "47e92d31303c30a22b96ce4a005f3c51f0e12c163e54f6ca589ac4e50ec74bd0";
|
sha256 = "1rjzfxlw5xaqkd21xfw1innhclvr3i2vrzjnm2amj18jbl4ygds8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [unzip];
|
||||||
configurePhase = "export prefix=$out";
|
configurePhase = "export prefix=$out";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user