pdfpc: fix build by using older vala (#122372)

This commit is contained in:
Guillaume Girol 2021-05-10 14:49:33 +00:00 committed by GitHub
parent 0aa521e3a0
commit 0cfa5cc54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25427,6 +25427,8 @@ in
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;
};