mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-15 00:37:01 +00:00
Evince 2.25.5 (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14195
This commit is contained in:
parent
bd124ec21a
commit
370d778e4d
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ fetchurl, stdenv, perl, perlXMLParser, gettext
|
{ fetchurl, stdenv, perl, perlXMLParser, gettext, intltool
|
||||||
, pkgconfig, glib, gtk, gnomedocutils, gnomeicontheme
|
, pkgconfig, glib, gtk, gnomedocutils, gnomeicontheme
|
||||||
, libgnome, libgnomeui, scrollkeeper, libxslt
|
, libgnome, libgnomeui, scrollkeeper, libxslt
|
||||||
, libglade, dbus, dbus_glib
|
, libglade, dbus, dbus_glib
|
||||||
|
@ -6,15 +6,15 @@
|
||||||
, makeWrapper }:
|
, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "evince-2.23.4";
|
name = "evince-2.25.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.gnome.org/pub/GNOME/sources/evince/2.23/${name}.tar.bz2";
|
url = "http://ftp.gnome.org/pub/GNOME/sources/evince/2.23/${name}.tar.bz2";
|
||||||
sha256 = "0svdpx9vkh99vbxsfk5ppi6xl0wqvqsrii7m26irinf0bkfyc964";
|
sha256 = "1m3h8qaaqgn8zfi5546v42n225ac3k5bsd0yfc2gj4x36jm12mv4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
perl perlXMLParser gettext
|
perl perlXMLParser gettext intltool
|
||||||
pkgconfig glib gtk gnomedocutils gnomeicontheme
|
pkgconfig glib gtk gnomedocutils gnomeicontheme
|
||||||
libgnome libgnomeui libglade scrollkeeper
|
libgnome libgnomeui libglade scrollkeeper
|
||||||
libxslt # for `xsltproc'
|
libxslt # for `xsltproc'
|
||||||
|
|
|
@ -7711,7 +7711,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
evince = import ../applications/misc/evince {
|
evince = import ../applications/misc/evince {
|
||||||
inherit fetchurl stdenv perl perlXMLParser gettext
|
inherit fetchurl stdenv perl perlXMLParser gettext intltool
|
||||||
pkgconfig poppler libspectre djvulibre libxslt
|
pkgconfig poppler libspectre djvulibre libxslt
|
||||||
dbus dbus_glib shared_mime_info makeWrapper;
|
dbus dbus_glib shared_mime_info makeWrapper;
|
||||||
inherit (gnome) gnomedocutils gnomeicontheme libgnome
|
inherit (gnome) gnomedocutils gnomeicontheme libgnome
|
||||||
|
|
Loading…
Add table
Reference in a new issue