qgit: download this package from sourceforge

I hope the mirror syntax is right.

svn path=/nixpkgs/trunk/; revision=12306
This commit is contained in:
Peter Simons 2008-07-07 11:54:45 +00:00
parent 100b902bd5
commit 821cb7ccdc
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ stdenv.mkDerivation rec {
meta = meta =
{ {
license = "GPLv2"; license = "GPLv2";
homepage = http://git.or.cz; homepage = "http://digilander.libero.it/mcostalba/";
description = "Graphical front-end to Git"; description = "Graphical front-end to Git";
}; };
src = fetchurl src = fetchurl
{ {
url = "http://todo/${name}.tar.bz2"; url = "mirror://sourceforge/qgit/${name}.tar.bz2";
sha256 = "0qmgd1cjny5aciljpvn2bczgdvlpgd2f7wzafda24zj4mzqnppsq"; sha256 = "0qmgd1cjny5aciljpvn2bczgdvlpgd2f7wzafda24zj4mzqnppsq";
}; };
buildInputs = [qt libXext libX11]; buildInputs = [qt libXext libX11];