pdfpc: 4.5.0 → 4.6.0
This commit is contained in:
parent
338bf0b325
commit
f3137c9d1f
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee
|
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee
|
||||||
, poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, librsvg, pcre, gobject-introspection, wrapGAppsHook
|
, poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, gobject-introspection, wrapGAppsHook
|
||||||
, webkitgtk, discount, json-glib }:
|
, qrencode, webkitgtk, discount, json-glib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pdfpc";
|
pname = "pdfpc";
|
||||||
version = "4.5.0";
|
version = "4.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "pdfpc";
|
repo = "pdfpc";
|
||||||
owner = "pdfpc";
|
owner = "pdfpc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bmy51w6ypz927hxwp5g7wapqvzqmsi3w32rch6i3f94kg1152ck";
|
hash = "sha256-5HFmbVsNajMwo+lBe9kJcJyQGe61N6Oy2CI/WJwmSE4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -22,11 +22,12 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 libgee poppler
|
gtk3 libgee poppler
|
||||||
libpthreadstubs librsvg pcre
|
libpthreadstubs
|
||||||
gstreamer
|
gstreamer
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
(gst-plugins-good.override { gtkSupport = true; })
|
(gst-plugins-good.override { gtkSupport = true; })
|
||||||
gst-libav
|
gst-libav
|
||||||
|
qrencode
|
||||||
webkitgtk
|
webkitgtk
|
||||||
discount
|
discount
|
||||||
json-glib
|
json-glib
|
||||||
|
|
Loading…
Reference in a new issue