From 81ad1088c68a4c53524948e80ef641f209d36efc Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 15 May 2022 04:06:36 +0200 Subject: 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 Change-Id: I56e750831143a4e34be95ec111a37bb476abfe85 Reviewed-on: https://review.coreboot.org/c/flashrom/+/64352 Reviewed-by: Thomas Heijligen Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- util/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/shell.nix b/util/shell.nix index d6ddf817..906e1fc9 100644 --- a/util/shell.nix +++ b/util/shell.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { buildInputs = [ cmocka libftdi1 -# libjaylink # Will be added in NixOS 21.11 + libjaylink libusb1 meson ninja -- cgit v1.2.3