phantomjs2: remove obsolete RPATH hack
This commit is contained in:
parent
4ee379278f
commit
2522a72caf
@ -104,10 +104,6 @@ in stdenv.mkDerivation rec {
|
|||||||
--prefix PATH : ${stdenv.lib.makeBinPath [ qtbase ]}
|
--prefix PATH : ${stdenv.lib.makeBinPath [ qtbase ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
|
||||||
rm -r ../__nix_qt5__
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Headless WebKit with JavaScript API";
|
description = "Headless WebKit with JavaScript API";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user