Removed obsolete patchelf instruction that was commented out

This commit is contained in:
Sander van der Burg 2013-09-05 10:43:01 +02:00
parent aed1cd3c17
commit f2e4efcf28

View file

@ -33,9 +33,6 @@ stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/share/applications
cp ${desktopItem}/share/applications/* $out/share/applications
# Patch executables to find libX11
#patchelf --set-rpath $(patchelf --print-rpath $out/bin/x64):${libX11}/lib $out/bin/x64
'';
meta = {