formatting
This commit is contained in:
parent
243c3e6b69
commit
5bc27fbffb
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, lib, ...
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
}:
|
}:
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "luau-lsp";
|
pname = "luau-lsp";
|
||||||
|
@ -12,8 +15,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.cmake ]
|
nativeBuildInputs = [ pkgs.cmake ] ++ lib.optional pkgs.stdenv.isLinux pkgs.gcc9;
|
||||||
++ lib.optional pkgs.stdenv.isLinux pkgs.gcc9;
|
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue