Thomas Heijligen submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Thomas Heijligen: Looks good to me, approved
util/shell.nix: Add libjaylink

libjaylink is packaged since NixOS 21.11 and it is out for many months
now. Thus, include the package libjaylink and remove comments.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: I56e750831143a4e34be95ec111a37bb476abfe85
Reviewed-on: https://review.coreboot.org/c/flashrom/+/64352
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/shell.nix
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/shell.nix b/util/shell.nix
index d6ddf81..906e1fc 100644
--- a/util/shell.nix
+++ b/util/shell.nix
@@ -6,7 +6,7 @@
buildInputs = [
cmocka
libftdi1
-# libjaylink # Will be added in NixOS 21.11
+ libjaylink
libusb1
meson
ninja

To view, visit change 64352. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I56e750831143a4e34be95ec111a37bb476abfe85
Gerrit-Change-Number: 64352
Gerrit-PatchSet: 5
Gerrit-Owner: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged