Loading pkgs/tools/package-management/nix/2_26/dependencies.nix +0 −15 Original line number Diff line number Diff line Loading @@ -159,21 +159,6 @@ scope: { enableLargeConfig = true; }; # TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed. boost = (pkgs.boost.override { extraB2Args = [ "--with-container" "--with-context" "--with-coroutine" ]; }).overrideAttrs (old: { # Need to remove `--with-*` to use `--with-libraries=...` buildPhase = lib.replaceStrings [ "--without-python" ] [ "" ] old.buildPhase; installPhase = lib.replaceStrings [ "--without-python" ] [ "" ] old.installPhase; }); libgit2 = libgit2-thin-packfile; inherit resolvePath filesetToSource; Loading Loading
pkgs/tools/package-management/nix/2_26/dependencies.nix +0 −15 Original line number Diff line number Diff line Loading @@ -159,21 +159,6 @@ scope: { enableLargeConfig = true; }; # TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed. boost = (pkgs.boost.override { extraB2Args = [ "--with-container" "--with-context" "--with-coroutine" ]; }).overrideAttrs (old: { # Need to remove `--with-*` to use `--with-libraries=...` buildPhase = lib.replaceStrings [ "--without-python" ] [ "" ] old.buildPhase; installPhase = lib.replaceStrings [ "--without-python" ] [ "" ] old.installPhase; }); libgit2 = libgit2-thin-packfile; inherit resolvePath filesetToSource; Loading