3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238258 from bobby285271/upd/libgepub

This commit is contained in:
maxine 2023-06-17 18:22:20 +02:00 committed by GitHub
commit 928384a594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@
, gdk-pixbuf
, glib
, freetype
, libgepub
, libgsf
, poppler
, gst_all_1
@ -26,6 +27,7 @@ mkXfceDerivation {
gdk-pixbuf
glib
gst_all_1.gst-plugins-base
libgepub # optional EPUB thumbnailer support
libgsf
poppler # technically the glib binding
];

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "libgepub";
version = "0.7.0";
version = "0.7.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "IQpMeJXC6E8BpWglArpej6PqiWrzFw+yWS/OHdpW4C4=";
sha256 = "o+SzGiMmWdJqVLkSGziCw9c5fDz0SuXGS4ZwCYC8f2A=";
};
nativeBuildInputs = [