[release-23.11] rustPackages_1_76.{cargo,rustc}: init at 1.76.0#298206
Merged
mweinelt merged 1 commit intoNixOS:release-23.11from Mar 23, 2024
Merged
[release-23.11] rustPackages_1_76.{cargo,rustc}: init at 1.76.0#298206mweinelt merged 1 commit intoNixOS:release-23.11from
mweinelt merged 1 commit intoNixOS:release-23.11from
Conversation
Member
Author
|
@ofborg build rustPackages_1_76.cargo rustPackages_1_76.rustc |
Member
Author
|
Successfully ran for this PR on I also successfully built one of the packages I maintain with diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 51039b08d6cd..02acb2066ebf 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22398,7 +22398,9 @@ with pkgs;
LASzip = callPackage ../development/libraries/LASzip { };
LASzip2 = callPackage ../development/libraries/LASzip/LASzip2.nix { };
- laurel = callPackage ../servers/monitoring/laurel/default.nix { };
+ laurel = callPackage ../servers/monitoring/laurel/default.nix {
+ inherit (rustPackages_1_76) rustPlatform;
+ };
lcm = callPackage ../development/libraries/lcm { };
|
13 tasks
This was referenced Mar 23, 2024
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
This is a manual backport/cherry-pick of 866d117 (#289940) and e9ca603 (#268075).
We need a newer version than
1.73to build the latest chromium stable backport (123.0.6312.58).The same thing has been done for Firefox multiple times in the past.
Closes #292779.
Needed for #297543 and #297891
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)