Skip to content

Commit 320b2c7

Browse files
committed
packaging: Build with toml11 4.4.0
1 parent dc769d7 commit 320b2c7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packaging/dependencies.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ scope: {
6464
NIX_CFLAGS_COMPILE = "-DINITIAL_MARK_STACK_SIZE=1048576";
6565
});
6666

67+
toml11 = pkgs.toml11.overrideAttrs rec {
68+
version = "4.4.0";
69+
src = pkgs.fetchFromGitHub {
70+
owner = "ToruNiina";
71+
repo = "toml11";
72+
tag = "v${version}";
73+
hash = "sha256-sgWKYxNT22nw376ttGsTdg0AMzOwp8QH3E8mx0BZJTQ=";
74+
};
75+
};
76+
6777
# TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
6878
boost =
6979
(pkgs.boost.override {

0 commit comments

Comments
 (0)