gnome3.evince: 3.38.2 → 40.1
This commit is contained in:
parent
6a0bd28074
commit
0ed59166be
|
@ -19,6 +19,7 @@
|
||||||
, djvulibre
|
, djvulibre
|
||||||
, libspectre
|
, libspectre
|
||||||
, libarchive
|
, libarchive
|
||||||
|
, libhandy
|
||||||
, libsecret
|
, libsecret
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, librsvg
|
, librsvg
|
||||||
|
@ -43,13 +44,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "evince";
|
pname = "evince";
|
||||||
version = "3.38.2";
|
version = "40.1";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/evince/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "J9QZ1f7WMF4HRijtz94MtzT//aIF1jysMjORwEkDvZQ=";
|
sha256 = "0bfg7prmjk3z8irx1nfkkqph3igg3cy4pwd7pcxjxbshqdin6rks";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
|
||||||
gspell
|
gspell
|
||||||
gtk3
|
gtk3
|
||||||
libarchive
|
libarchive
|
||||||
|
libhandy
|
||||||
librsvg
|
librsvg
|
||||||
libsecret
|
libsecret
|
||||||
libspectre
|
libspectre
|
||||||
|
|
Loading…
Reference in New Issue