From baff07a73e611ff4e6713ad65f43ea5d515a07d3 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 30 Mar 2023 20:20:23 +0200 Subject: [PATCH] citations: fix build --- srcpkgs/citations/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/citations/template b/srcpkgs/citations/template index 5dbdc7c9fa62c3..bb82deae2c81a8 100644 --- a/srcpkgs/citations/template +++ b/srcpkgs/citations/template @@ -20,6 +20,8 @@ pre_build() { if [ "${CROSS_BUILD}" ]; then vsed -i build/build.ninja -e 's, && cp src/release/citations src/citations,,' fi + # nom-bibtex was probably force pushed, the old git hash doesn't exist anymore + cargo update --package nom-bibtex --precise da0eda527c58e281acf41336512cc8627370cff9 } # Take the cross-build folder into account when copying the file for the install