mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +02:00
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>
This commit is contained in:
parent
2d9d88ed6c
commit
81ad1088c6
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmocka
|
cmocka
|
||||||
libftdi1
|
libftdi1
|
||||||
# libjaylink # Will be added in NixOS 21.11
|
libjaylink
|
||||||
libusb1
|
libusb1
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
Loading…
x
Reference in New Issue
Block a user