mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
lanzaboote-stub: init at 0.3.0
This commit is contained in:
@@ -16,8 +16,8 @@ rustPlatform.buildRustPackage {
|
||||
cargoHash = "sha256-FlnheCgowYsEHcFMn6k8ESxDuggbO4tNdQlOjUIj7oE=";
|
||||
|
||||
# `cc-wrapper`/our clang doesn't understand MSVC link opts (hack):
|
||||
RUSTFLAGS = "-Clinker=${stdenv.cc.bintools}/bin/${stdenv.cc.targetPrefix}ld.lld -Clinker-flavor=lld-link";
|
||||
NIX_ENFORCE_PURITY = "0";
|
||||
RUSTFLAGS = "-Clinker=${stdenv.cc.bintools}/bin/${stdenv.cc.targetPrefix}lld-link -Clinker-flavor=lld-link";
|
||||
# NIX_ENFORCE_PURITY = "0";
|
||||
|
||||
# TODO: limit supported platforms to UEFI
|
||||
meta.platforms = lib.platforms.all;
|
||||
|
||||
@@ -9511,6 +9511,8 @@ with pkgs;
|
||||
|
||||
jump = callPackage ../tools/system/jump { };
|
||||
|
||||
lanzaboote-stub = callPackage ../tools/system/lanzaboote/stub.nix { };
|
||||
|
||||
lanzaboote-tool = callPackage ../tools/system/lanzaboote/tool.nix { };
|
||||
|
||||
larynx = callPackage ../tools/audio/larynx { };
|
||||
|
||||
Reference in New Issue
Block a user