fennel-ls: Patch shebang in fennel file
This commit is contained in:
parent
be8fc244ac
commit
25be8cdbc0
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
lua
|
lua
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildPhase = ''
|
||||||
|
patchShebangs fennel
|
||||||
|
make
|
||||||
|
'';
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue