Unverified Commit fdd844ff authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

wkhtmltopdf: fix eval in cross (#494236)

parents 9b91b081 d031a25c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;