Merge pull request #105149 from onsails/tabnine

tabnine: fix binary permissions
This commit is contained in:
Sandro
2020-12-11 06:56:39 +01:00
committed by GitHub
+1 -2
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; {