Unverified Commit 8548e0d0 authored by Marc Jakobi's avatar Marc Jakobi
Browse files

luaPackages.lux-lua: run xtask dist in buildPhase

parent a5154808
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -56,8 +56,11 @@ rustPlatform.buildRustPackage rec {
    LUX_SKIP_IMPURE_TESTS = 1; # Disable impure unit tests
  };

  postBuild = ''
  buildPhase = ''
    runHook preBuild
    cargo xtask-${luaFeature} dist
    mkdir -p $out
    runHook postBuild
  '';

  installPhase = ''