Commit 80011bef authored by Matthieu Coudron's avatar Matthieu Coudron Committed by Matthieu C.
Browse files

luaPackages: update on 2024-04-21

luaPackages.rlua-toml: fix overrides

luaPackages.dkjson: rollback changes

because of this checksum issue...

luaPackages: update on 2024-04-29
parent bc4f6fa5
Loading
Loading
Loading
Loading
+835 −1428

File changed.

Preview size limit exceeded, changes collapsed.

+1 −5
Original line number Diff line number Diff line
@@ -714,11 +714,7 @@ in
      hash = "sha256-2P+mokkjdj2PccQG/kAGnIoUPVnK2FqNfYpHPhsp8kw=";
    };

    nativeBuildInputs = let
      # HACK: luarocks-nix doesn't pick up rockspec build dependencies,
      # so we have to pass the correct package in here.
      lua = lib.head oa.propagatedBuildInputs;
    in oa.nativeBuildInputs ++ [
    nativeBuildInputs = oa.nativeBuildInputs ++ [
      cargo
      rustPlatform.cargoSetupHook
      lua.pkgs.luarocks-build-rust-mlua
+2 −0
Original line number Diff line number Diff line
@@ -4,3 +4,5 @@
# E123 buggy
ignore =
	E501,E265,E402

max-line-length = 120