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 5f99a2b commit 0f063c6Copy full SHA for 0f063c6
packaging/dependencies.nix
@@ -53,6 +53,16 @@ scope: {
53
enableLargeConfig = true;
54
};
55
56
+ toml11 = pkgs.toml11.overrideAttrs rec {
57
+ version = "4.4.0";
58
+ src = pkgs.fetchFromGitHub {
59
+ owner = "ToruNiina";
60
+ repo = "toml11";
61
+ tag = "v${version}";
62
+ hash = "sha256-sgWKYxNT22nw376ttGsTdg0AMzOwp8QH3E8mx0BZJTQ=";
63
+ };
64
65
+
66
# TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
67
boost =
68
(pkgs.boost.override {
0 commit comments