Merge pull request #34069 from lukeadams/phantomjs-headless-fix

phantomjs2: set QT_QPA_PLATFORM to allow use in daemons
This commit is contained in:
Jörg Thalheim
2018-01-21 17:36:26 +00:00
committed by GitHub

View File

@@ -105,6 +105,7 @@ in stdenv.mkDerivation rec {
$out/bin/phantomjs
'' + ''
wrapProgram $out/bin/phantomjs \
--set QT_QPA_PLATFORM offscreen \
--prefix PATH : ${stdenv.lib.makeBinPath [ qtbase ]}
'';