mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
tabnine: fix binary permissions
This commit is contained in:
parent
be36f6f0a0
commit
b0c41d02fb
1 changed files with 1 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue