Commit 60acc5a7 authored by PoweredByPie's avatar PoweredByPie
Browse files

zls: Don't run configure step on Zig package

Follows convention of more popular Zig packages, such as `river`.
parent 3bf82c2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ zig ];

  dontConfigure = true;

  preBuild = ''
    export HOME=$TMPDIR
  '';