wkhtmltopdf: fix eval in cross (#494236)

This commit is contained in:
David McFarland
2026-03-04 16:00:05 +00:00
committed by GitHub
+2
View File
@@ -94,6 +94,8 @@ in
stdenv.mkDerivation (
{
pname = "wkhtmltopdf";
# required to fix eval when it's not overridden by platform below
version = "none";
dontStrip = true;