about summary refs log tree commit diff
path: root/pkgs/development/tools/phantomjs2
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-10treewide: fix redirect URLsRyan Mulligan1-1/+1
2018-11-24phantomjs2: fix 404 (anonscm.debian.org -> salsa.debian.org) (#50980)volth1-6/+6
2018-07-20[bot]: remove unreferenced codevolth1-18/+0
2018-01-19phantomjs2: set QT_QPA_PLATFORM to allow use in daemonsLuke Adams1-0/+1
resolves issues with Grafana email attachments Suggested in https://github.com/ariya/phantomjs/issues/15217#issuecomment-354713760
2018-01-01phantomjs2: Fixes build with Qt5.10Bastian Köcher1-0/+4
2017-11-07phantomjs2: remove obsolete RPATH hackThomas Tuegel1-4/+0
2017-10-02phantomjs2: add qtbase's bin to PATHHarmen1-1/+5
2017-08-06phantomjs2: don't use bundled qtRobin Gloster2-44/+62
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-04-06phantomjs2: 2.0.0 -> 2.1.1 (fix build)Domen Kožar1-7/+12
(cherry picked from commit 94036474c2b424ac19c4e8e30b5b026210649789) Signed-off-by: Domen Kožar <domen@dev.si>
2016-01-13phantomjs2: fix evaluation and refactorVladimír Čunát1-4/+4
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.)
2016-01-12phantomjs2: build on darwinJude Taylor1-3/+71
2015-07-15Add phantomjs2Alexander Flatter1-0/+49
This builds PhantomJS 2 from source in contrast to PhantomJS 1, for which static binary builds are available.