update to 0.97, use mirror and sha256
svn path=/nixpkgs/trunk/; revision=19114
This commit is contained in:
parent
3093cbc10d
commit
18455cb9bc
@ -1,13 +1,13 @@
|
||||
{stdenv, fetchurl, gtk, pkgconfig, glib, perl, perlXMLParser, libxml2, gettext, python, libxml2Python, docbook5, docbook_xsl, libxslt }:
|
||||
{stdenv, fetchurl, gtk, pkgconfig, glib, perl, perlXMLParser, libxml2, gettext, python, libxml2Python, docbook5, docbook_xsl, libxslt, intltool }:
|
||||
stdenv.mkDerivation {
|
||||
name = "dia-0.96";
|
||||
name = "dia-0.97";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnome.org.nyud.net:8080/pub/gnome/sources/dia/0.96/dia-0.96.1.tar.bz2;
|
||||
md5 = "7b81b22baa2df55efe4845865dddc7b6";
|
||||
url = mirror://gnome/pub/gnome/sources/dia/0.97/dia-0.97.tar.bz2;
|
||||
sha256 = "0nngdjklap3x1b7cxnwawh29axbwk8siyq7w4iinsns3slmki0wh";
|
||||
};
|
||||
|
||||
buildInputs = [gtk glib perl pkgconfig perlXMLParser libxml2 gettext python libxml2Python docbook5 libxslt docbook_xsl];
|
||||
buildInputs = [gtk glib perl pkgconfig perlXMLParser libxml2 gettext python libxml2Python docbook5 libxslt docbook_xsl intltool];
|
||||
|
||||
meta = {
|
||||
description = "Gnome Diagram drawing software.";
|
||||
|
@ -6425,7 +6425,7 @@ let
|
||||
dia = import ../applications/graphics/dia {
|
||||
inherit stdenv fetchurl pkgconfig perl perlXMLParser
|
||||
libxml2 gettext python libxml2Python docbook5 docbook_xsl
|
||||
libxslt;
|
||||
libxslt intltool;
|
||||
inherit (gtkLibs) gtk glib;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user