1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-15 21:41:04 +01:00

Merge pull request #13884 from xokdvium/2.30-maintenance-drop-toml-bump

Revert "packaging: Build with toml11 4.4.0"
This commit is contained in:
Jörg Thalheim 2025-09-01 09:11:30 +02:00 committed by GitHub
commit 4692c07349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,16 +54,6 @@ scope: {
enableLargeConfig = true;
};
toml11 = pkgs.toml11.overrideAttrs rec {
version = "4.4.0";
src = pkgs.fetchFromGitHub {
owner = "ToruNiina";
repo = "toml11";
tag = "v${version}";
hash = "sha256-sgWKYxNT22nw376ttGsTdg0AMzOwp8QH3E8mx0BZJTQ=";
};
};
# TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
boost =
(pkgs.boost.override {