tabnine: fix binary permissions

This commit is contained in:
Andrey Kuznetsov 2020-11-27 13:59:39 +00:00
parent be36f6f0a0
commit b0c41d02fb

View File

@ -23,8 +23,7 @@ in stdenv.mkDerivation rec {
dontUnpack = true;
installPhase = ''
mkdir -p $out/bin
ln -s $src $out/bin/TabNine
install -Dm755 $src $out/bin/TabNine
'';
meta = with lib; {