mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vim: fix a typo from commit ab3eea
This commit is contained in:
parent
bb7f1f38c2
commit
19721fe792
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ composableDerivation {} {
|
||||||
|
|
||||||
postInstall = "
|
postInstall = "
|
||||||
rpath=`patchelf --print-rpath \$out/bin/vim`;
|
rpath=`patchelf --print-rpath \$out/bin/vim`;
|
||||||
for i in $\nativeBuildInputs; do
|
for i in \$nativeBuildInputs; do
|
||||||
echo adding \$i/lib
|
echo adding \$i/lib
|
||||||
rpath=\$rpath:\$i/lib
|
rpath=\$rpath:\$i/lib
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue