1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Revert "packaging: Build with toml11 4.4.0"

This reverts commit 306d8838ab.

This was included in the backport accidentally.
This commit is contained in:
Sergei Zimmerman 2025-09-01 01:56:39 +03:00
parent a1f07151a5
commit cecac6138b
No known key found for this signature in database

View file

@ -54,16 +54,6 @@ scope: {
enableLargeConfig = true; 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. # TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
boost = boost =
(pkgs.boost.override { (pkgs.boost.override {