Commit d031a25c authored by David McFarland's avatar David McFarland
Browse files

wkhtmltopdf: fix eval in cross

parent 658031eb
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;