Merge pull request #34069 from lukeadams/phantomjs-headless-fix
phantomjs2: set QT_QPA_PLATFORM to allow use in daemons
This commit is contained in:
commit
9858950687
@ -105,6 +105,7 @@ in stdenv.mkDerivation rec {
|
|||||||
$out/bin/phantomjs
|
$out/bin/phantomjs
|
||||||
'' + ''
|
'' + ''
|
||||||
wrapProgram $out/bin/phantomjs \
|
wrapProgram $out/bin/phantomjs \
|
||||||
|
--set QT_QPA_PLATFORM offscreen \
|
||||||
--prefix PATH : ${stdenv.lib.makeBinPath [ qtbase ]}
|
--prefix PATH : ${stdenv.lib.makeBinPath [ qtbase ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user