about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-05-10 14:49:33 +0000
committerGitHub <noreply@github.com>2021-05-10 16:49:33 +0200
commit0cfa5cc54f43ccec1a6e62865c7f429b9a0f6374 (patch)
tree4de6f4c4eb70e68040470f4465c7afd3788ae6ad /pkgs/top-level
parent0aa521e3a00e6954f6b66ad1ace829691efd5164 (diff)
pdfpc: fix build by using older vala (#122372)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index e59e1caeee386..63ed9cf041bb0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;
   };