update to 0.99.2
svn path=/nixpkgs/trunk/; revision=19129
This commit is contained in:
parent
3d4f20972f
commit
67f39a0ca9
@ -1,15 +1,15 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, gettext, gtk, gconf
|
{ fetchurl, stdenv, pkgconfig, gettext, gtk, gconf
|
||||||
, curl, libexif, sqlite }:
|
, curl, libexif, sqlite, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tangogps-0.9.6";
|
name = "tangogps-0.99.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.tangogps.org/downloads/${name}.tar.gz";
|
url = "http://www.tangogps.org/downloads/${name}.tar.gz";
|
||||||
sha256 = "04vfbr7skjcfadv9206q2pxbm74i8yypkjwzldsc5a6ybhr7fsp5";
|
sha256 = "15q2kkrv4mfsivfdzjgpxr7s2amw7d501q2ayjl3ff4vmvfn5516";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gettext gtk gconf curl libexif sqlite ];
|
buildInputs = [ pkgconfig gettext gtk gconf curl libexif sqlite libxml2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "tangoGPS, a user friendly map and GPS user interface";
|
description = "tangoGPS, a user friendly map and GPS user interface";
|
||||||
|
@ -7474,7 +7474,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
tangogps = import ../applications/misc/tangogps {
|
tangogps = import ../applications/misc/tangogps {
|
||||||
inherit fetchurl stdenv pkgconfig gettext curl libexif sqlite;
|
inherit fetchurl stdenv pkgconfig gettext curl libexif sqlite libxml2;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
gconf = gnome.GConf;
|
gconf = gnome.GConf;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user