mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
update to 0.99.2
svn path=/nixpkgs/trunk/; revision=19129
This commit is contained in:
parent
3d4f20972f
commit
67f39a0ca9
2 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue