about summary refs log tree commit diff
path: root/pkgs/development/tools/phantomjs2
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* phantomjs2: build with bison3Luka Blaskovic2020-01-13
|
* phantomjs2: Fix compilation when using clang60Sebastien Lavoie2019-12-05
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: fix redirect URLsRyan Mulligan2019-07-10
|
* phantomjs2: fix 404 (anonscm.debian.org -> salsa.debian.org) (#50980)volth2018-11-24
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* phantomjs2: set QT_QPA_PLATFORM to allow use in daemonsLuke Adams2018-01-19
| | | | | | resolves issues with Grafana email attachments Suggested in https://github.com/ariya/phantomjs/issues/15217#issuecomment-354713760
* phantomjs2: Fixes build with Qt5.10Bastian Köcher2018-01-01
|
* phantomjs2: remove obsolete RPATH hackThomas Tuegel2017-11-07
|
* phantomjs2: add qtbase's bin to PATHHarmen2017-10-02
|
* phantomjs2: don't use bundled qtRobin Gloster2017-08-06
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* phantomjs2: 2.0.0 -> 2.1.1 (fix build)Domen Kožar2016-04-06
| | | | | (cherry picked from commit 94036474c2b424ac19c4e8e30b5b026210649789) Signed-off-by: Domen Kožar <domen@dev.si>
* phantomjs2: fix evaluation and refactorVladimír Čunát2016-01-13
| | | | | | | | The error was due to the fact that with-introduced bindings have lower priority and we do have `darwin` in scope already. Fixes #12350. Closes #12351. (A slightly different fix. I chose this to lower the risk of people re-introducing the mistake.)
* phantomjs2: build on darwinJude Taylor2016-01-12
|
* Add phantomjs2Alexander Flatter2015-07-15
This builds PhantomJS 2 from source in contrast to PhantomJS 1, for which static binary builds are available.