pdfpc: build with latest vala

This commit is contained in:
Bobby Rong
2021-12-03 15:45:33 +08:00
parent d9873afadf
commit 68c81b1132
-2
View File
@@ -27594,8 +27594,6 @@ with pkgs;
pdfgrep = callPackage ../tools/typesetting/pdfgrep { };
pdfpc = callPackage ../applications/misc/pdfpc {
# https://github.com/pdfpc/pdfpc/issues/594
vala = vala_0_50;
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good gst-libav;
};