3
0
Fork 0
forked from mirrors/nixpkgs

update to 0.99.2

svn path=/nixpkgs/trunk/; revision=19129
This commit is contained in:
Armijn Hemel 2009-12-25 21:30:46 +00:00
parent 3d4f20972f
commit 67f39a0ca9
2 changed files with 5 additions and 5 deletions

View file

@ -1,15 +1,15 @@
{ fetchurl, stdenv, pkgconfig, gettext, gtk, gconf
, curl, libexif, sqlite }:
, curl, libexif, sqlite, libxml2 }:
stdenv.mkDerivation rec {
name = "tangogps-0.9.6";
name = "tangogps-0.99.2";
src = fetchurl {
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 = {
description = "tangoGPS, a user friendly map and GPS user interface";

View file

@ -7474,7 +7474,7 @@ let
};
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;
gconf = gnome.GConf;
};