mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
packaging: Build with toml11 4.4.0
This commit is contained in:
parent
dc769d72cb
commit
320b2c74ef
1 changed files with 10 additions and 0 deletions
|
|
@ -64,6 +64,16 @@ scope: {
|
||||||
NIX_CFLAGS_COMPILE = "-DINITIAL_MARK_STACK_SIZE=1048576";
|
NIX_CFLAGS_COMPILE = "-DINITIAL_MARK_STACK_SIZE=1048576";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue