about summary refs log tree commit diff
path: root/pkgs/tools/graphics/wkhtmltopdf
AgeCommit message (Collapse)AuthorFilesLines
2020-06-17wkhtmltopdf: 0.12.5 -> 0.12.6R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-4/+5
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-18wkhtmltopdf: use qt5's mkDerivationivanbrennan1-4/+5
See #65399
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-15Fix compilationMichael Howell1-1/+1
``` building '/nix/store/7n2cag47gl93wp3f0mv7fiq3dybq2a6l-wkhtmltopdf-0.12.5.drv'... unpacking sources unpacking source archive /nix/store/lv2zcapqqn1kjlc616ljap1ddlc2lvx8-source source root is source patching sources configuring Info: creating stash file /tmp/nix-build-wkhtmltopdf-0.12.5.drv-0/source/.qmake.stash building build flags: -j4 -l4 SHELL=/nix/store/i82x3x0yiijkgyqkzh8ni87gspas0f48-bash-4.4-p23/bin/bash cd src/lib/ && ( test -e Makefile || /nix/store/334ck8czp3jhfy0ppy55sb6dxf7yxsdv-qtbase-5.12.0-dev/bin/qmake -o Makefile /tmp/nix-build-wkhtmltopdf-0.12.5.drv-0/source/src/lib/lib.pro INSTALLBASE=/nix/store/rc8z502xa3w0n2qm2vmr5d3l73v1lyyd-wkhtmltopdf-0.12.5 ) && make -f Makefile Project ERROR: Unknown module(s) in QT: xmlpatterns make: *** [Makefile:47: sub-src-lib-make_first-ordered] Error 3 builder for '/nix/store/7n2cag47gl93wp3f0mv7fiq3dybq2a6l-wkhtmltopdf-0.12.5.drv' failed with exit code 2 ```
2018-09-08wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5Andrew Dunham2-130/+6
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-11-30qt4: delete parallel-build.patch to replace with a generic fixOrivej Desh1-1/+0
2017-11-29wkhtmltopdf: fix buildOrivej Desh1-0/+1
by not appling parallel-build.patch from a88146d308fb5fa8e3cc466fffecaf0fe9ff9a2e
2017-05-11wkhtmltopdf: 0.12.3.2 -> 0.12.4Peter Hoeg1-9/+22
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-17wkhtmltopdf: fix openssl bug (#15443)William Casarin1-1/+0
2016-04-07wkhtmltopdf: 0.12.2.4 -> 0.12.3.2William Casarin1-37/+79
2015-10-27wkhtmltopdf: add myself as maintainerWilliam Casarin1-3/+4
2015-10-27wkhtmltopdf: 0.12.1 -> 0.12.2.4William Casarin1-4/+6
2014-08-29updated wkhtmltopdf and use patched qtEmil Rangden2-7/+97
With stock version of qt4 wkthmltopdf lacks a lot of features, including: * Running without an X11 server * Printing more then one HTML document into a PDF file * Adding a document outline to the PDF file * Adding headers and footers to the PDF file * Generating a table of contents * Adding links in the generated PDF file * Printing using the screen media-type * Disabling the smart shrink feature of webkit
2012-01-17* Added wkhtmltopdf.Eelco Dolstra1-0/+22
svn path=/nixpkgs/trunk/; revision=31604