qgit: download this package from sourceforge
I hope the mirror syntax is right. svn path=/nixpkgs/trunk/; revision=12306
This commit is contained in:
parent
100b902bd5
commit
821cb7ccdc
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue