lanzaboote-tool: fix mainProgram
Previously, we knew how to wrap `lzbt` properly, but now, we cannot anymore.
This commit is contained in:
committed by
Masum Reza
parent
0c84b252cf
commit
39265f3e0d
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Lanzaboote UEFI tooling for SecureBoot enablement on NixOS systems";
|
||||
homepage = "https://github.com/nix-community/lanzaboote";
|
||||
license = licenses.gpl3Only;
|
||||
mainProgram = "lzbt";
|
||||
mainProgram = "lzbt-unwrapped";
|
||||
maintainers = with maintainers; [
|
||||
raitobezarius
|
||||
nikstur
|
||||
|
||||
Reference in New Issue
Block a user