We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc769d7 commit 320b2c7Copy full SHA for 320b2c7
1 file changed
packaging/dependencies.nix
@@ -64,6 +64,16 @@ scope: {
64
NIX_CFLAGS_COMPILE = "-DINITIAL_MARK_STACK_SIZE=1048576";
65
});
66
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
+
77
# TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
78
boost =
79
(pkgs.boost.override {
0 commit comments