phantomjs2: remove obsolete RPATH hack

This commit is contained in:
Thomas Tuegel 2017-10-24 06:46:14 -05:00
parent 4ee379278f
commit 2522a72caf
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -104,10 +104,6 @@ in stdenv.mkDerivation rec {
--prefix PATH : ${stdenv.lib.makeBinPath [ qtbase ]}
'';
preFixup = ''
rm -r ../__nix_qt5__
'';
meta = with stdenv.lib; {
description = "Headless WebKit with JavaScript API";
longDescription = ''