vim_configurable: drop patchelf
It doesn't seem to change the RPATH even with all features enabled.
This commit is contained in:
parent
0eb92176bf
commit
e6ff028cfa
@ -175,10 +175,6 @@ in stdenv.mkDerivation rec {
|
||||
postInstall = ''
|
||||
ln -s $out/bin/vim $out/bin/vi
|
||||
'' + lib.optionalString stdenv.isLinux ''
|
||||
patchelf --set-rpath \
|
||||
"$(patchelf --print-rpath $out/bin/vim):${lib.makeLibraryPath buildInputs}" \
|
||||
"$out"/bin/vim
|
||||
|
||||
ln -sfn '${nixosRuntimepath}' "$out"/share/vim/vimrc
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user