1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee
2 , poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, gobject-introspection, wrapGAppsHook
3 , qrencode, webkitgtk, discount, json-glib, fetchpatch }:
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 hash = "sha256-5HFmbVsNajMwo+lBe9kJcJyQGe61N6Oy2CI/WJwmSE4=";
28 (gst-plugins-good.override { gtkSupport = true; })
37 # needed for compiling pdfpc 4.6.0 with vala 0.56.7, see
38 # https://github.com/pdfpc/pdfpc/issues/686
39 # https://github.com/pdfpc/pdfpc/pull/687
41 url = "https://github.com/pdfpc/pdfpc/commit/d38edfac63bec54173b4b31eae5c7fb46cd8f714.diff";
42 hash = "sha256-KC2oyzcwU2fUmxaed8qAsKcePwR5KcXgpVdstJg8KmU=";
46 cmakeFlags = lib.optional stdenv.isDarwin "-DMOVIES=OFF";
49 description = "A presenter console with multi-monitor support for PDF files";
50 homepage = "https://pdfpc.github.io/";
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [ pSub ];
53 platforms = platforms.unix;