Skip to content

Commit eabfa16

Browse files
committed
lixPackageSets.git.lix: support (only) toml11 4
The toml11 package has now been updated to version 4 in nixpkgs, as in Lix upstream. Drop the patch reverting the bump.
1 parent f02a4ac commit eabfa16

File tree

2 files changed

+0
-199
lines changed

2 files changed

+0
-199
lines changed

pkgs/tools/package-management/lix/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,6 @@ lib.makeExtensible (
224224
hash = "sha256-rbf0ptj4BTSwsitKQu3FuaiJwhNDePGBeBJovm5HLdQ=";
225225
};
226226

227-
patches = [
228-
# Bumping to toml11 ≥4.0.0 makes integer parsing throw (as it should) instead of saturate on overflow.
229-
# However, the updated version is not in nixpkgs yet, and the released versions still have the saturation bug.
230-
# Hence reverting the bump for now seems to be the least bad option.
231-
./revert-toml11-bump.patch
232-
];
233-
234227
cargoDeps = rustPlatform.fetchCargoVendor {
235228
name = "lix-${version}";
236229
inherit src;

pkgs/tools/package-management/lix/revert-toml11-bump.patch

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)