wkhtmltopdf: fix eval in cross

This commit is contained in:
David McFarland
2026-03-01 09:48:15 -04:00
parent 658031ebb1
commit d031a25c1a
+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;