1
0
Fork 0

fennel-ls: Patch shebang in fennel file

This commit is contained in:
Daniel Kempkens 2022-11-23 23:06:03 +01:00
parent be8fc244ac
commit 25be8cdbc0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -16,6 +16,11 @@ pkgs.stdenv.mkDerivation rec {
lua
];
buildPhase = ''
patchShebangs fennel
make
'';
dontStrip = true;
installPhase = ''